-
Enhancement
-
Resolution: Fixed
-
P3
-
1.1.5
-
1.1.6
-
x86
-
windows_nt
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2018539 | 1.2.0 | Shanmugam Senthil | P3 | Resolved | Fixed | 1.2beta3 |
Name: joT67522 Date: 01/07/98
font.properties.ru is included in a JDK for Solaris,
in a JDK for WinNT/95 is not.
I have created the font.properties.ru,
which correctly works for JDK 1.1.2 - 1.1.5 and
Hotjava:
#
# AWT Font default Properties for Windows for Russia
#
dialog.0=Arial,RUSSIAN_CHARSET
dialog.1=WingDings,SYMBOL_CHARSET,NEED_CONVERTED
dialog.2=Symbol,SYMBOL_CHARSET,NEED_CONVERTED
dialoginput.0=Courier New,RUSSIAN_CHARSET
dialoginput.1=WingDings,SYMBOL_CHARSET,NEED_CONVERTED
dialoginput.2=Symbol,SYMBOL_CHARSET,NEED_CONVERTED
serif.0=Times New Roman,RUSSIAN_CHARSET
serif.1=WingDings,SYMBOL_CHARSET,NEED_CONVERTED
serif.2=Symbol,SYMBOL_CHARSET,NEED_CONVERTED
sansserif.0=Arial,RUSSIAN_CHARSET
sansserif.1=WingDings,SYMBOL_CHARSET,NEED_CONVERTED
sansserif.2=Symbol,SYMBOL_CHARSET,NEED_CONVERTED
monospaced.0=Courier New,RUSSIAN_CHARSET
monospaced.1=WingDings,SYMBOL_CHARSET,NEED_CONVERTED
monospaced.2=Symbol,SYMBOL_CHARSET,NEED_CONVERTED
# Default font definition
#
default.char=2751
# for backword compatibility
timesroman.0=Times New Roman,RUSSIAN_CHARSET
helvetica.0=Arial,RUSSIAN_CHARSET
courier.0=Courier New,RUSSIAN_CHARSET
zapfdingbats.0=WingDings,SYMBOL_CHARSET
# name aliases
#
# alias.timesroman=serif
# alias.helvetica=sansserif
# alias.courier=monospaced
# Static FontCharset info.
#
fontcharset.dialog.1=sun.awt.windows.CharToByteWingDings
fontcharset.dialog.2=sun.awt.CharToByteSymbol
fontcharset.dialoginput.1=sun.awt.windows.CharToByteWingDings
fontcharset.dialoginput.2=sun.awt.CharToByteSymbol
fontcharset.serif.1=sun.awt.windows.CharToByteWingDings
fontcharset.serif.2=sun.awt.CharToByteSymbol
fontcharset.sansserif.1=sun.awt.windows.CharToByteWingDings
fontcharset.sansserif.2=sun.awt.CharToByteSymbol
fontcharset.monospaced.1=sun.awt.windows.CharToByteWingDings
fontcharset.monospaced.2=sun.awt.CharToByteSymbol
# Exclusion Range info.
#
exclusion.dialog.0=0100-0400,0460-ffff
exclusion.dialoginput.0=0100-0400,0460-ffff
exclusion.serif.0=0100-0400,0460-ffff
exclusion.sansserif.0=0100-0400,0460-ffff
exclusion.monospaced.0=0100-0400,0460-ffff
# charset for text input
#
inputtextcharset=RUSSIAN_CHARSET
(Review ID: 22457)
======================================================================
- backported by
-
JDK-2018539 rfe: When will font.properties.ru be included for WinNT/95 ?
- Resolved