You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Joanne Tong <jo...@epkowa.co.jp> on 2001/11/21 03:01:14 UTC

[C2] cannot display non-english characters

I'm using cocoon-2.0rc2 & tomcat 3.2.3
During the generation process, the java code generated from my XSP with
japanese characters content shows up as ?????.
this is the beginning of my XSP page.
<?xml version="1.0" encoding="shift_jis"?>
<?cocoon-process type="xsp"?>
<xsp:page language="java" encoding="shift_jis"
   xmlns:xsp="http://apache.org/xsp"
>
I tried replacing shift_jis with UTF-8 but I get an error.

How can I fix this problem?

Joanne


---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <co...@xml.apache.org>
For additional commands, e-mail: <co...@xml.apache.org>