JDK-5010966 : Titles are not rendered properly for devanagari unicode range
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 5.0
  • Priority: P3
  • Status: Closed
  • Resolution: Not an Issue
  • OS: solaris_9
  • CPU: generic
  • Submitted: 2004-03-10
  • Updated: 2004-03-11
  • Resolved: 2004-03-11
Related Reports
Relates :  
Description
In Solaris, titles are not rendered properly for JFrame, JDialog, JOptionPane for Devanagari unicode range. The same text are rendered fine for other components like JButton, JTextField etc. Titles are rendered fine in windows.

Compile and run JFrameTest.java
Refer to attached screenshot.

Comments
EVALUATION The text in question is part of the top-level window, and controlled by the native OS. This is an issue to be dealt with either by AWT or i18n. Giving i18n the first crack at it. ###@###.### 2004-03-10 As Shannon said the "Frame" is out of our control, if the underlying platform does support it, java can do nothing, this is why we are not offically supporting devanageri for awt components. The only locale devanagari is support on Solaris is hi_IN.UTF8, so if you want Devanagari fully supported, run the app in that locale on Solaris. ###@###.### 2004-03-11
11-03-2004