JDK-4323637 : RFE: Support for Russian Solaris 8 locale ru_RU.ANSI1251
  • Type: Enhancement
  • Component: client-libs
  • Sub-Component: java.awt:i18n
  • Affected Version: 1.3.0
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: solaris_8
  • CPU: sparc
  • Submitted: 2000-03-21
  • Updated: 2002-02-21
  • Resolved: 2002-02-21
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
1.4.1 hopperFixed
Related Reports
Relates :  
Description
Source code is attached.  When run the test window has 5 tabs in a TabbedPane:
(1) "AWT Labels", (2) "AWT TextFields", (3) "Swing Components", (4) "Java2D
Stroke", and (5) "Java2D Fill".  Each of the panes presents an string using
(1) Plain, (2) Italic, (3) Bold, and (4) BoldItalic fonts.  Generic fonts
are used: (1) Serif, (2) SansSerif, (3) Monospaced, (4) Dialog, and
(5) DialogInput.

algol% uname -a
SunOS algol 5.8 Generic sun4u sparc SUNW,Ultra-2
algol% /usr/java1.3/bin/java -version
java version "1.3"
Java(TM) 2 Runtime Environment, Standard Edition (build Solaris_JDK_1.3-b07)
Java HotSpot(TM) Client VM (build 2.0, mixed mode)

Log into a Solaris 8 system in the locale ru_RU.ANSI1251.  Compile the
attached sources.  Run the program using the attached script.
No Russian is displayed in any of the places it should be displayed.

allan.jacobs@Eng 2000-03-21

Attachments.

allan.jacobs@Eng 2000-03-21

To get the JDK, install the packages at
/net/hotvm.eng/export/sail1/jdk1.3_b10/production-1.3-b10/pkgarchive/sparc/b10

allan.jacobs@Eng 2000-04-17

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

EVALUATION fred.oliver@East 2000-04-07 There is no font.properties file for this locale (ru_RU.ANSI1251). If this is an officially supported locale, then one must be created, otherwise this is not a bug. ###@###.### 2001-10-25 This is an officially supported locale. Can the font.properties be created ? Is there also an entry required in the CharacterEncoding.java file ?
25-10-2001