>
Hello, 254 is a code point. It is [195,190] in utf8 and [0,254] in utf16. [195,190] are bytes, not code points. Here you can see: ()14> <<254/utf8, 0>>. <<195,190,0>> (
)15> <<254/utf16, 0>>. <<0,254,0>> (
)16> <<254/utf32, 0>>. <<0,0,0,254,0>> -- С уважением, Уваров Михаил. Best regards, Uvarov Michael