Accentuated characters in Properties/ResourceBundle file

From CodeCodex

[edit] Implementations

[edit] Java

The rules are

Only use ISO Latin 1 characters in the Properties/ResourceBundle files

For other characters use the \u.... notation

To avoid having to type all the \u... notation manually, use the native2ascii tool (included with the SDK).