On Tue, Sep 20, 2011 at 3:18 PM, Martijn Dashorst
<martijn.dasho...@gmail.com> wrote:
> On Tue, Sep 20, 2011 at 1:41 PM, Martin A <wml...@gmail.com> wrote:
>> Hi, Ahmed,
>>
>> As the Java specification defines, the .properties file contains only
>> characters in ISO-8859-1, also known as Latin-1. Therefore you cannot enter
>> arabic characters in a properties file.
>
> Wrong: with Java 6 you can load properties files written in UTF-8 (or
> any encoding for that matter):
>
> http://stackoverflow.com/questions/863838/problem-with-java-properties-utf8-encoding-in-eclipse/3040771#3040771

This is what our
org.apache.wicket.resource.UtfPropertiesFilePropertiesLoader does
actually.
>
> Martijn
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>



-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to