<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000066">
    Hi Masklinn,<br>
    <br>
    no question I am getting something wrong here.<br>
    <br>
    On 3/22/12 2:53 PM, Masklinn wrote:
    <blockquote
      cite="mid:0EB5D6FF-4B92-417A-A504-9D8734B5A03A@masklinn.net"
      type="cite">
      <pre wrap="">I don't understand why you're looking for UTF8 as the output of
characters_to_list.</pre>
    </blockquote>
    <br>
    That's what the doc leads me to believe I guess.<br>
    <br>
    "a list of integers representing unicode characters." <br>
    <br>
    should that be understood as "formerly unicode now latin-1
    characters"?<br>
    <br>
    248 is not a valid unicode Bytecode. Not sure if 50104 is the right
    one for the same character, but it would have to be two bytes and I
    would thus expect an integer higher 256.<br>
    <br>
    Or "Character code points not encoded as UTF-8"?<br>
    <br>
    If 248 is meant as actual number of the letter, which it is no
    matter the bitcode, then what is the right function to make a
    Unicode binary again from the list entries,
    unicode:character_to_binary/1 ?<br>
    <br>
    Thanks,<br>
    Henning<br>
    <br>
  </body>
</html>