Greetings.
I'm curious if it is possible to use a character map to
map double-byte characters.
Example:
<xsl:character-map name="AnselToUnicode">
<xsl:output-character character="" string="ỏ"/>
<xsl:output-character character="" string="ủ"/>
<xsl:output-character character="" string='ỷ'/>
...
...
</xsl:character-map>
The character mapping examples are from Michael Kay's
AnselInputStreamReader.java file. I'm assuming here that the
output Unicode is UTF-8 and would require no further processing.
Cheers,
Brian
--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
--~------------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--