On 7/19/07, Martijn Dashorst <[EMAIL PROTECTED]> wrote:
> I vaguely remember something about xml properties files that do handle
> other encodings. Didn't we implement that? Or was it just one of those
> things to do in the next version?

Yes, that is implemented now. XML properties is a JDK 5 feature, but I
backported the functionality to Wicket a while ago. Look at the form
input example. See FormInput_ru.xml for instance, which has:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd";>
<properties>
        <entry key="inputForm.urlProperty.IConverter">'${input}' не является
корректным URL</entry>
        <entry key="inputForm.phoneNumberUS.IConverter">'${input}' не
является корректным телефонным номером США</entry>
        <entry key="use.locale">Локаль:</entry>
        <entry key="default">по-умолчанию</entry>

Etc.

Eelco
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to