Return-Path: Mailing-List: contact cocoon-users-help@xml.apache.org; run by ezmlm Delivered-To: mailing list cocoon-users@xml.apache.org Received: (qmail 10323 invoked from network); 18 Aug 2000 17:57:54 -0000 Received: from mail.infoinsomniax.com (HELO www.infoinsomniax.com) (140.239.141.111) by locus.apache.org with SMTP; 18 Aug 2000 17:57:54 -0000 Received: from infoinsomniax.com (node-40242b2a.powerinter.net [64.36.43.42] (may be forged)) by www.infoinsomniax.com (8.9.3/8.9.3) with ESMTP id MAA11149 for ; Fri, 18 Aug 2000 12:55:33 -0400 Message-ID: <399D76C6.623786A4@infoinsomniax.com> Date: Fri, 18 Aug 2000 13:47:50 -0400 From: "Ilya A. Kriveshko" Organization: InfoI Insomniax, Inc. X-Mailer: Mozilla 4.73 [en] (WinNT; U) X-Accept-Language: en,pdf MIME-Version: 1.0 To: cocoon-users@xml.apache.org Subject: Unicode & XSLT problem. Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N Hello, I have an XML file that has some 2-byte Unicode characters. For example, \327\231\305\202. 1) If I use , it converts each character to "?". That's bad. 2) If I use , it serves them correctly. That's good. 3) If I use XSLT, even if the format type is set to text/html/loose, it still converts them to "?". That's very bad, because I need both XSLT and Unicode characters. I am using pretty much vanilla configuration files that came with Cocoon 1.7.4. Any suggestions? -- Ilya. P.S.: I use XML Spy to save the XML file with these characters using Unicode UTF-8 encoding.