Or you escape everything as unicode characters (e.g. /u00ef, see
http://java.sun.com/docs/books/jls/third_edition/html/lexical.html#3.3), or
you use the xml syntax supported by Java 6 (sorry no idea how that works in
Wicket).

Regards,
    Erik.



Matej Knopp-2 wrote:
> 
> You can't. Java property files are always encoded in ISO-8859-1. In
> order to use other characters you need to escape them properly. There
> is an encoder/decoder for it and/or eclipse plugin.
> 
> -Matej
> 

-- 
View this message in context: 
http://www.nabble.com/.properties-encoding-tf4110226.html#a11688643
Sent from the Wicket - User mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to