Re: [xsl] Character Map question

Subject: Re: [xsl] Character Map question
From: Colin Paul Adams <colin@xxxxxxxxxxxxxxxxxx>
Date: 08 Nov 2005 19:28:15 +0000
>>>>> "Brian" == granam  <granam@xxxxxxx> writes:

    Brian> Greetings.  I'm curious if it is possible to use a
    Brian> character map to map double-byte characters.

Do you mean surrogate code points? You shouldn't use them. Use the
proper code point in the supplementary planes.

    Brian> the output Unicode is UTF-8 and would require no further
    Brian> processing.

It doesn't matter what the encoding is. You just specify the Unicode
code points you want, and the serializer will translate to the correct
byte sequence for the encoding.
-- 
Colin Adams
Preston Lancashire

Current Thread