am using tomcat 3.2.3 and cocoon 2.0 ,i want to
display a simple xsp page with japanese characters encoding ="Shift_JIS"
i have set this
<?xml version="1.0" encoding="Shift_JIS"
?>
but it doesn't seem to work . The same works fine with tomcat 3.2.3 and cocoon
1.8.x.
i have also set
<map:serializer name="html"
mime-type="text/html"
src="org.apache.cocoon.serialization.HTMLSerializer"> <encoding>Shift_JIS</encoding> </map:serializer> What i get is only ?????? in place of
characters.
Look's like am missing something.
Can anyone shed some light on this
problem.
Thanks
Priya
|
- Re: encoding Shift_JIS problem in cocoon 2.0 Priya Padate
- Re: encoding Shift_JIS problem in cocoon 2.0 Bernhard Huber
- RE: encoding Shift_JIS problem in cocoon 2.0 Priya Padate