lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Theodor-Iulian Ciobanu wrote:
Hello Philippe,
Multibyte languages (UTF-16 I guess should be enough, as yes, I'm on Windows).


I'd suggest looking up (try wikipedia) UTF and UCS encoding, and understanding what they mean. All the UTFs are equivalent in their expressiveness, they just have different storage and compatibility consequences.

Personally, I'd recommend always using UTF-8, simply because it's the most common, compatible, and easy to use encoding.

--
Lisa