Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Ibthaj Mansour   on Apr 28 In Java Category.

  
Question Answered By: Jim Williamson   on Apr 28

The stuff that u provided aren’t Unicode!
Java Unicode characters start with \u ,yours are HTML Unicode. You may supply your methods either Farsi characters or Unicode representation of them.
To convert Farsi to Unicode you may use native2ascii tool provided by JVM or use this
site http://www.snible.org/java2/uni2java.html

String greeting=”\u062F\u0631\u0648\u062F”; //Drood in Farsi

Share: 

 

This Question has 1 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on unicode and reset() method Or get search suggestion and latest updates.


Tagged: