I see that my previous message got rather garbled. Here's a simplified version
of the question.
Assume we have an XSLT transform with something like
translate(string, 'abcd', 'ABCD')
Obviously 'a' gets replaced with 'A', 'b' with 'B', etc.
Should this still work if the 'abcd' is replace by a string of 4 Unicode
_supplementary_ characters?
That is, does translate() work with Characters (including supplementary
characters) or just chars?
Thanks,
Ken
******************************
Kenneth R. Beesley, D.Phil.
P.O. Box 540475
North Salt Lake, UT
84054 USA
--~------------------------------------------------------------------
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>
--~--