Re: Serializing document in UTF-16 encoding

2003-09-15 Thread Ed Sinjiashvili
Yury Mikhienko <[EMAIL PROTECTED]> writes: > in serializers section I have: > name="UTF_16_text" src="org.apache.cocoon.serialization.TextSerializer"> > UTF-16 > > > > in pipeline section: > > > > > > > > > my test.xml file: > > > тест test >

Re: Serializing document in UTF-16 encoding

2003-09-12 Thread Yury Mikhienko
in serializers section I have: UTF-16 in pipeline section: my test.xml file: тест test my test.xsl file: http://www.w3.org/1999/XSL/Transform";> after serializing I get the following document (binary dump) ff fe 0a 00 20

Re: Serializing document in UTF-16 encoding

2003-09-12 Thread Lionel Crine
Can you send more explanation. What is your pipeline!! You're encountering problem in a java class ? At 13:28 12/09/2003 +0400, you wrote: Hi all! I use: cocoon2.0.4 + Tomcat 4.1.24 In first two octets document text body (first 2 bytes) I get the %FF%FE bytes when I try get UTF-16 encoded docume

Serializing document in UTF-16 encoding

2003-09-12 Thread Yury Mikhienko
Hi all! I use: cocoon2.0.4 + Tomcat 4.1.24 In first two octets document text body (first 2 bytes) I get the %FF%FE bytes when I try get UTF-16 encoded document (html, text, xml). Why? If I try get the document in other encoding I do not get that bytes (so ok). How I can solve this problem? Or I'