On 05.09.2011 23:58, Michaël Michaud wrote: > Ede, > > Your patch works fine with java -Duser.language and -Duser.country > options, thanks. > > I don't know why it does not work with OpenJUMP -I18N option
oj uses Locale.getDefault() to get to know the current language setting. -I18N is a openjump, not jre parameter and i was under the impression it was deactivated very long ago. just checked the source.. it is actually -18n and it still works. but i feel that we should retire this mechanism because - setting the jre locale is much more standard and compatible - i18n setting kicks in too late now for my font setting code to change the font - confuses the user to have two different mechanisms - lot's of ugly code (_ array splitting) that does what java locale API already can regards ede > Michaël > > Le 05/09/2011 10:19, [email protected] a écrit : >> On 05.09.2011 04:02, Kalai chelvi Nagarajan wrote: >>> Rashad sir, >>> >>> I gone through the link that u posted and a better knowledge about the l10n >>> of openJUMP. now please tell me how can I add tamil scripts in that >>> properties file named as jump_ta_IN.properties file... I can use Attesoro >>> tool as properties file editor... But can't get idea about tamil character >>> set. Do I need to include the unicode for each character ? >> as soon as you placed code2000.ttf in JRE_HOME/lib/fonts/fallback and have >> restarted attesoro you should be able to see tamil characters ... for >> background see the answer before >> >> ..ede >> >> >> >> ------------------------------------------------------------------------------ >> Special Offer -- Download ArcSight Logger for FREE! >> Finally, a world-class log management solution at an even better >> price-free! And you'll get a free "Love Thy Logs" t-shirt when you >> download Logger. Secure your free ArcSight Logger TODAY! >> http://p.sf.net/sfu/arcsisghtdev2dev >> _______________________________________________ >> Jump-pilot-devel mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel >> >> > > > ------------------------------------------------------------------------------ > Special Offer -- Download ArcSight Logger for FREE! > Finally, a world-class log management solution at an even better > price-free! And you'll get a free "Love Thy Logs" t-shirt when you > download Logger. Secure your free ArcSight Logger TODAY! > http://p.sf.net/sfu/arcsisghtdev2dev > _______________________________________________ > Jump-pilot-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel ------------------------------------------------------------------------------ Special Offer -- Download ArcSight Logger for FREE! Finally, a world-class log management solution at an even better price-free! And you'll get a free "Love Thy Logs" t-shirt when you download Logger. Secure your free ArcSight Logger TODAY! http://p.sf.net/sfu/arcsisghtdev2dev _______________________________________________ Jump-pilot-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
