jdk/src/share/classes/sun/font/TrueTypeFont.java
changeset 21278 ef8a3a2a72f2
parent 19007 1e0c87e7edf7
child 22584 eed64ee05369
equal deleted inserted replaced
21277:bd380b80f9ea 21278:ef8a3a2a72f2
   628      * Latin-1 since Windows code pages are do not necessarily correspond.
   628      * Latin-1 since Windows code pages are do not necessarily correspond.
   629      * There are two codepages for zh and ko so if a font supports
   629      * There are two codepages for zh and ko so if a font supports
   630      * only one of these ranges then we need to distinguish based on
   630      * only one of these ranges then we need to distinguish based on
   631      * country. So far this only seems to matter for zh.
   631      * country. So far this only seems to matter for zh.
   632      * REMIND: Unicode locales such as Hindi do not have a code page so
   632      * REMIND: Unicode locales such as Hindi do not have a code page so
   633      * this whole mechansim needs to be revised to map languages to
   633      * this whole mechanism needs to be revised to map languages to
   634      * the Unicode ranges either when this fails, or as an additional
   634      * the Unicode ranges either when this fails, or as an additional
   635      * validating test. Basing it on Unicode ranges should get us away
   635      * validating test. Basing it on Unicode ranges should get us away
   636      * from needing to map to this small and incomplete set of Windows
   636      * from needing to map to this small and incomplete set of Windows
   637      * code pages which looks odd on non-Windows platforms.
   637      * code pages which looks odd on non-Windows platforms.
   638      */
   638      */