xsl-list
[Top] [All Lists]

Character Map question

2005-11-08 12:21:15
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="&#xE06F" string="&#x1ECF"/>
  <xsl:output-character character="&#xE075" string="&#x1EE7"/>
  <xsl:output-character character="&#xE079" string='&#x1EF7'/>
  ...
  ...
</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>
--~--



<Prev in Thread] Current Thread [Next in Thread>