<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000066">
    On 3/22/12 4:38 PM, Michael Uvarov wrote:
    <blockquote
cite="mid:CAK7XvjXak7Z-bCR6D2HQtvuiK3EZE6aB+GbSVd86Qgvyn--iRg@mail.gmail.com"
      type="cite">
      <pre wrap="">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:

(i18n@delta)14> <<254/utf8, 0>>.
<<195,190,0>>
(i18n@delta)15> <<254/utf16, 0>>.
<<0,254,0>>
(i18n@delta)16> <<254/utf32, 0>>.
<<0,0,0,254,0>>

</pre>
    </blockquote>
    <font face="Calibri">Nice, thanks.</font><br>
  </body>
</html>