On Thu, Aug 21, 2008 at 1:50 PM, Filip S. Adamsen <[EMAIL PROTECTED]> wrote:
> Hi,
>
> Tapestry 5.0.14 changes the way .properties files are read so they are read
> in a way that works with UTF-8 encoded files, at least on Java 6.

JDK 1.5 and 1.6.

>
> Now, my guess is that they were being read correctly before because Java
> read the .properties files using the default encoding, which would probably
> be ANSI.

This is what changed between 5.0.13 and 5.0.14.  The new release reads
the content as UTF-8, and has a hack to simulate the use of
Native2Ascii.

>
> That explains why it doesn't work now, because ANSI and UTF-8 don't (AFAIK)
> match up.
>
> The UTF-8 patch only changes the encoding on form submissions, so that
> doesn't really have anything to do with the .properties files.
>
> Anyway, that's just my more or less informed guess.
>
> -Filip
>
>
-- 
Howard M. Lewis Ship

Creator Apache Tapestry and Apache HiveMind

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

Reply via email to