Re: Serializing document in UTF-16 encoding

2003-09-15 Thread Ed Sinjiashvili
Yury Mikhienko [EMAIL PROTECTED] writes: in serializers section I have: map:serializer logger=sitemap.serializer.text mime-type=text/plain name=UTF_16_text src=org.apache.cocoon.serialization.TextSerializer encodingUTF-16/encoding /map:serializer in pipeline section:

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

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