On Thu, 6 Aug 2009 08:03:59 -0700 (PDT), Andrew
<> wrote, quoted or indirectly quoted
someone who said :
> I want to take a unicode string and recreate the escape sequences
>for the funny international characters.For example, the single
>character E-acute should be expanded to \u00C9 (6 characters). Any
>ideas on how to do this please?
Another way of formulating your question is how to I take some
Unicode-16 data in RAM and write it out in 8-bit Icelandic encoding or
possibly UTF-8 encoding.
See
http://mindprod.com/applet/file.html
See
http://mindprod.com/jgloss/encoding.html
to find the name of the possible Icelandic encodings.
See
http://mindprod.com/applet/encodingrecogniser.html
To help you figure out which Icelandic encoding you sample is using.
P.S. none of these codes is "visual". Turning these codes to glyphs is
the job of the font. See
http://mindprod.com/jgloss/font.html
--
Roedy Green Canadian Mind Products
http://mindprod.com
"Let us pray it is not so, or if it is, that it will not become widely known."
~ Wife of the Bishop of Exeter on hearing of Darwin's theory of the common descent of humans and apes.