I have just talk a look for the bugs. Like to confirm one thing, is that mean for *.properties, it still need to use escaped ASCII text as value, but if you are using XML, it is ok to directly use UTF-8 without using native2acsii converter, right?
On 11/6/06, Eelco Hillenius <[EMAIL PROTECTED]> wrote: > Sorry Dmitry, that wasn't fixed yet. But now it is. You can provide > properties like > > MyPanel_nl.properties <- normal > MyPanel_ru.xml <- xml > > in this format: > > <?xml version="1.0" encoding="UTF-8"?> > <!DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd"> > <properties> > <entry key="foo">bar</entry> > </properties> > > Like the feature request said, it is Java 5/ Wicket 2.0 only at this > time. With extra effort, we could build this in the upcoming 1.3 > branch, but only if there are enough people asking for it (in which > case they should open up a new feature request). > > Regards, > > Eelco > > > On 11/4/06, Eelco Hillenius <[EMAIL PROTECTED]> wrote: > > Yep, that should work. > > > > Eelco > > > > > > On 11/3/06, Dmitry Kandalov <[EMAIL PROTECTED]> wrote: > > > > > > I found wicket-Feature Requests-1494546 at > > > http://www.nabble.com/--wicket-Feature-Requests-1494546---unicode-resource-bundles-tf1677225.html#a4547980 > > > but there is no answer whether this feature is implemented or not > > > (specifically in 1.2.3). > > > -- > > > View this message in context: > > > http://www.nabble.com/are-unicode-resource-bundles-supported--tf2572775.html#a7172088 > > > Sent from the Wicket - User mailing list archive at Nabble.com. > > > > > > > > > ------------------------------------------------------------------------- > > > Using Tomcat but need to do more? Need to support web services, security? > > > Get stuff done quickly with pre-integrated technology to make your job > > > easier > > > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > > > _______________________________________________ > > > Wicket-user mailing list > > > [email protected] > > > https://lists.sourceforge.net/lists/listinfo/wicket-user > > > > > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Wicket-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/wicket-user > ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
