Subject: RE: global find and replace certain "special" characters and replicate structure as it is
From: "Michael Kay" <mhk@xxxxxxxxx>
Date: Wed, 8 Sep 2004 18:23:48 +0100
|
> The Source XML as generated by Infopath:
> Encoding: UTF-8
> Character in Hex: c2
>
> Output XML generated after XSL Transform:
> Encoding: UTF-8
> Character in Hex: a0
>
Those are not characters, they are bytes: in UTF-8 any byte above 7F is part
of a multi-byte character, so the byte values are meaningless without
knowing the preceding or following bytes.
Michael Kay
|