Hi Marcus,

Yes I did, I will just post everything here. ;-) The same thing works
with 4.1.1. The interesting thing is that my spec's japanese characters
are being transformed into something like 'u5e74', which looks like the
unicode 'code'.

Best regards,

Manri

------------------------------------------
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE page-specification PUBLIC
"-//Apache Software Foundation//Tapestry Specification 4.0//EN"
"http://jakarta.apache.org/tapestry/dtd/Tapestry_4_0.dtd";>

<page-specification>
<property name="test" initial-value="'yyyy年MM月dd日'"/>
</page-specification>

------------------------------------------

<html>

<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<title>Home</title>
</head>

<body>
<span jwcid="@Insert" value="ognl:test"/>
</body>

</html>

------------------------------------------

<meta key="org.apache.tapestry.output-encoding" value="UTF-8"/>
<meta key="org.apache.tapestry.template-encoding" value="UTF-8"/>
<meta key="org.apache.tapestry.accepted-locales" value="ja"/>

------------------------------------------

-Duser.language=ja
-Duser.region=JP
-Dfile.encoding=UTF-8

------------------------------------------




Marcus Schulte wrote:
> did you put the <?xml version="1.0" encoding="UTF-8"?> in the
> beginning of
> you spec?
>
> 2007/6/25, Manri Offermann <[EMAIL PROTECTED]>:
>>
>> Hi,
>>
>> I have changed my tapestry version for my simple test app to
>> 4.1.2-SNAPSHOT.
>>
>> I have a simple japanese property:
>>
>> <property name="test" initial-value="'yyyy年MM月dd日'"/>
>>
>> which renders fine in 4.1.1-SNAPSHOT:
>>
>> <span jwcid="@Insert" value="ognl:test"/>
>>
>> but when switching to 4.1.2-SNAPSHOT I the output looks like this:
>>
>> yyyyu5e74MMu6708ddu65e5
>>
>> All settings are UTF-8 for my test app, is there a new setting that I
>> have overlooked for 4.1.2 ?
>>
>>
>> Best regards,
>>
>> Manri
>>
>> ---------------------------------------------------------------------
>> 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