Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Ira Adams   on Oct 11 In Java Category.

  
Question Answered By: Lughaidh Fischer   on Oct 11

You need to set  utf-8 encoding  for your project  in your IDE settings, and also, you must use persian Locale in your application, as you see below :
Locale locale = new Locale( "fa" , "IR" );
Locale.setDefault( locale );

Share: 

 

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

 
Didn't find what you were looking for? Find more on problem with create jar file in utf 8 mode Or get search suggestion and latest updates.


Tagged: