lua-users home
lua-l archive

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


On Mon, Jun 20, 2022 at 11:55 AM Budi <budikusasi@gmail.com> wrote:
Thanks much. but haven't clearly explained code point 233 came out of 195 169

The UTF-8 encoding transforms each Unicode code point into one or more bytes. ASCII values remain unchanged, code points beyond 127/0x7f end up as a sequence of 2-4 bytes. The length of the sequence depends on the value.

This is not Lua specific, see: https://en.wikipedia.org/wiki/UTF-8




--