[XML-SIG] 4XSLT 0.9.2

Frank J.S. Chen frank63@ms5.hinet.net
Thu, 9 Nov 2000 14:22:38 -0000


Hi:

I cannot use 4Suite 0.9.1 for some reasons at this time, so I use old 4XSLT
0.9.2 to test instead.

Here is the problem.

When feeding 4XSLT this xml line:

<ch>&#24179;</ch>  <!-- &#24179 is a CJK unicode code point-->

after processing, its output still use UTF-8 3-bytes encodings:

... &#229;&#185;&#179 ...

Apparently, 4XSLT does convert xml file into UTF-8 encoding, but it should
transcode back to

... &#24179; ...

when outputing a html file, shouldn't it?

Does this change in 4Suite 0.9.1?


----------------------------------------------------------------------------
-------
Chen Chien-Hsun
Taipei,Taiwan,R.O.C.