Hi,

Could this blog be of any help to you ?
http://weblogs.java.net/blog/joconner/archive/2006/09/internationaliz.html

Michaël

Le 02/12/2010 19:31, Mohammed Rashad a écrit :
Hi
I had make the localisation file and converted it using native2ascii tool
but when I open the openjump. the characted is not displaying properly only a square is shown instead of characters. I have the same problem with telugu properties file but after adding a font it works.

But my malaylam translation not at all working

Any help will be greatly appreciated
@edgar do you have any solution to my problem
Thanks

On Thu, Dec 2, 2010 at 11:39 PM, Mohammed Rashad <mohammedrasha...@gmail.com <mailto:mohammedrasha...@gmail.com>> wrote:

    yes I am using escaped unicode characters. I had checked it with
    http://soldin.de/about/2003-js_unibook/js-unibook-4.0/unicode.htm
    its correct. Only the font is missing. But do not know which
    font.How can i find it

    Anyone please help

    On Thu, Dec 2, 2010 at 10:54 PM, <edgar.sol...@web.de
    <mailto:edgar.sol...@web.de>> wrote:

        Do not use unicode! Use escaped unicode sequences instead
        '\uxxxx' where xxxx is the hex value in the unicode table of
        the character. This way the file can stay ascii, but the
        translation can use unicode characters.

        Check e.g. jump_ja_JP.properties

        The letter 'ഡ' would be '\uD21' or '\u0D21' with leading zero.

        When you translate more you should probably look for a routine
        that creates those strings for you. For a table on unicode
        values you can check
        http://soldin.de/about/2003-js_unibook/js-unibook-4.0/unicode.htm
        but there are other sources as well.

        ..ede

        On 02.12.2010 15:16, Mohammed Rashad wrote:
        > sample entry from jump_ml.properties
        >
        > ui.MenuNames.FILE.SAVEVIEW = Save View As
        > ui.MenuNames.FILE.NEW = New
        > ui.MenuNames.GENERALIZATION = Generalization
        > ui.MenuNames.GEOMETRY = Geometry
        > ui.MenuNames.GEOPROCESSING = Geoprocessing
        > ui.MenuNames.HELP = സഹായം
        > Is there any compilation need after making changes to my
        jump_ml.properties
        > file
        > please see the attached screen shot
        >
        >
        >
        >
        
------------------------------------------------------------------------------
        > Increase Visibility of Your 3D Game App&  Earn a Chance To
        Win $500!
        > Tap into the largest installed PC base&  get more eyes on
        your game by
        > optimizing for Intel(R) Graphics Technology. Get started
        today with the
        > Intel(R) Software Partner Program. Five $500 cash prizes are
        up for grabs.
        > http://p.sf.net/sfu/intelisp-dev2dev
        >
        >
        >
        > _______________________________________________
        > Jump-pilot-devel mailing list
        > Jump-pilot-devel@lists.sourceforge.net
        <mailto:Jump-pilot-devel@lists.sourceforge.net>
        > https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

        
------------------------------------------------------------------------------
        Increase Visibility of Your 3D Game App & Earn a Chance To Win
        $500!
        Tap into the largest installed PC base & get more eyes on your
        game by
        optimizing for Intel(R) Graphics Technology. Get started today
        with the
        Intel(R) Software Partner Program. Five $500 cash prizes are
        up for grabs.
        http://p.sf.net/sfu/intelisp-dev2dev
        _______________________________________________
        Jump-pilot-devel mailing list
        Jump-pilot-devel@lists.sourceforge.net
        <mailto:Jump-pilot-devel@lists.sourceforge.net>
        https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel




-- Rashad




--
Rashad


------------------------------------------------------------------------------
Increase Visibility of Your 3D Game App&  Earn a Chance To Win $500!
Tap into the largest installed PC base&  get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev


_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

------------------------------------------------------------------------------
Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
Tap into the largest installed PC base & get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev
_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to