Java: How to write "Arabic" in properties file?
Posted
by
SmoothCriminel
on Stack Overflow
See other posts from Stack Overflow
or by SmoothCriminel
Published on 2011-01-10T15:42:12Z
Indexed on
2011/01/10
15:54 UTC
Read the original article
Hit count: 128
Hi Experts,
I want to write "Arabic" in the message resource bundle (properties) file but when I try to save it I get this error:
"Save couldn't be completed Some characters cannot be mapped using "ISO-85591-1" character encoding. Either change encoding or remove the character ..."
Can anyone guide please?
I want to write:
global.username = ??? ????????
How should I write the Arabic of "username" in properties file? So, that internationalization works..
BR SC
© Stack Overflow or respective owner