Hi, Ben.

I try serialising as Windows-31J (Shift_JIS).

My pipeline and component configurations are very simple.

-generator -> FileGenerator
-transformer -> TraxTransformer
-serializer -> HTMLSerializer -> <encoding>Windows-31J</encoding>
I use standard Cocoon components.

And pipeline, 

<map:pipleline>
  <map:match pattern="hello.html">
    <map:generate src="hello.xml">
    <map:transform src="hello.xsl">
    <map:serialize />
</map:pipleline>

'hello.xml' contains 'ko-n-ni-chi-wa'.

I want to publish 'ko-n-ni-chi-wa' as is in hello.html, 
but its wards are changed to '&#12371;&#12435;&#12395;&#12385;&#12399;'.

thanks.

On 2005.04.25, at 02:01, Ben Pope <[EMAIL PROTECTED]> wrote:

>makoto hirayama wrote:
>> Hi,
>> 
>> I publish japanese page with Cocoon 2.1.6.
>> It works correctly but all japanese characters changed to numeric entities.
>> 
>> ex.)
>> こんにちは ('ko-n-ni-chi-wa', it's Japanese 'Hello')
>> ->
>> &#12371;&#12435;&#12395;&#12385;&#12399;
>> 
>> How to stop using numeric entities?
>> 
>> Sorry my poor english.
>> 
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>
>Perhaps you could try serialising as UTF-16?
>
>What is your pipeline and component configurations?
>
>Ben Pope.
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to