[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Could Lua itself become UTF8-aware?
- From: Marc Balmer <marc@...>
- Date: Sun, 30 Apr 2017 12:13:03 +0200
> [...]
>
> UTF-8 is now recognizable as ASCII's successor. It's become the most
> common character set specified for web pages. And some of the
> most-used programming libraries speak UTF-8, e.g, the multi-platform
> GTK and Qt families of libraries.
>
> [...]
UTF-8 is _not_ a character set. It stands for UCS Transformation
Format, or Universal Character Set Transformation Format. Universal
Character Set, or the almost identical Unicode, are character sets.
UTF-8 is just one format.