Heloo everyone.I am trying to covert my web application to chinese..I have already changed my properties file format to UTF-8.But when i try to encode it.Its showing java.lang.Exception file cannot be read ..Any suggession how to do it what may be the problem.. Help me out..
Tim Moores
Rancher
Joined: Sep 21, 2011
Posts: 2407
posted
0
What Exception is that, exactly? Is the account running the app allowed access to the file? Can it read other files?
Not showing much in command line..Giving just one line exception.
Hey i got another solution.. http://konieczny.be/unicode.html ..this web site helps me to convert utf-8 character to html entries..I am simply putting that text in properties file and its showing me my desired text i.e chinese ..
Thanks for your replay..do you prefer any another solution?
Tim Moores
Rancher
Joined: Sep 21, 2011
Posts: 2407
posted
0
Yes, if this was my problem, I would want to figure out what the problem was and address that instead of looking for workarounds. Using HTML entities restricts you to use this in a context where those can be interpreted; it is thus inferior to an approach that uses properly Unicode-encoded properties files.