JDK-4975324 : Remove the exclusion range for precomposed Vietnamese characters on Windows
  • Type: Enhancement
  • Component: client-libs
  • Sub-Component: java.awt:i18n
  • Affected Version: 5.0
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: windows_xp
  • CPU: x86
  • Submitted: 2004-01-08
  • Updated: 2004-02-03
  • Resolved: 2004-02-03
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
5.0 b37Fixed
Related Reports
Relates :  
Description
Windows platform fonts that are used for our logical fonts include the pre-composed Vietnamese glyphs.  To display them with the logical fonts correctly, the exclusion range of the Windows font config files need to be modified.

###@###.### 2004-01-07

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: tiger-beta2 FIXED IN: tiger-beta2 INTEGRATED IN: tiger-b37 tiger-beta2
14-06-2004

SUGGESTED FIX *** /home/naoto/webrevs//webrev/src/windows/classes/sun/awt/windows/fontconfig.properties- Fri Dec 5 11:37:52 2003 --- fontconfig.properties Thu Nov 13 10:23:44 2003 chinese-ms950,chinese-hkscs,chinese-ms936,chinese-gb18030, japanese,korean # Exclusion Ranges ! exclusion.alphabetic=0700-20ab,20ad-f8ff exclusion.chinese-gb18030=0390-03d6,2200-22ef,2701-27be exclusion.hebrew=0041-005a,0060-007a,007f-00ff,20ac-20ac # Monospaced to Proportional width variant mapping # (Experimental private syntax) --- 188,198 ---- chinese-ms950,chinese-hkscs,chinese-ms936,chinese-gb18030, japanese,korean # Exclusion Ranges ! exclusion.alphabetic=0700-1e9f,1f00-20ab,20ad-f8ff exclusion.chinese-gb18030=0390-03d6,2200-22ef,2701-27be exclusion.hebrew=0041-005a,0060-007a,007f-00ff,20ac-20ac # Monospaced to Proportional width variant mapping # (Experimental private syntax) The same modification is needed for fontconfig.98.properties and fontconfig.Me.properties as well. ###@###.### 2004-01-07
07-01-2004

EVALUATION Committed to beta 2. ###@###.### 2004-01-07
07-01-2004