Ignore:
Timestamp:
2015-02-06T19:17:14+01:00 (9 years ago)
Author:
bastiK
Message:

fixed #10989 - I18n display support for major Asian scripts (Tamil, Bengali, ...)

adds more scripts for Windows, including Tibet, Khmer, Lao, Mongolian, Myanmar
Only works if corresponding font is installed, so basically starting
with a certain Windows version. See source code for details.

Advanced pref font.extended-unicode.added-items renamed to
font.extended-unicode.extra-items, type is now list-of-maps.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/tools/PlatformHook.java

    r7834 r8015  
    2424      */
    2525    public void preStartupHook();
     26   
     27    /**
     28      * The afterPrefStartupHook will be called early, but after
     29      * the preferences have been loaded and basic processing of
     30      * command line arguments is finished.
     31      * It is guaranteed to be called before the GUI setup has started.
     32      */
     33    public void afterPrefStartupHook();
    2634
    2735    /**
Note: See TracChangeset for help on using the changeset viewer.