We have several JDialogs that load a ResourceBundle according to language for use in diplaying labels, etc. All labels and buttons work fine for Russian characters except the dialog title bar in Win95 and Win98. Win 2000 and XP work fine. We are saving the properties file in UTF-8 format and then the characters are converted (I think to Unicode, example: \u0424\u0430\u0439\u043b). It seems that the method JDialog.setTitle() is probably using WinAPI but I am not sure.
I think this is an operating system issue, but not sure. Has anybody had any related experiences or problems when developing for non-Latin characters?
I have installed Multilanguage support on both 95 and 98 machines, and have even tried to set the Active Window Title font in the appearance tab of Display Properties.
Any help is appreciated.
I think this is an operating system issue, but not sure. Has anybody had any related experiences or problems when developing for non-Latin characters?
I have installed Multilanguage support on both 95 and 98 machines, and have even tried to set the Active Window Title font in the appearance tab of Display Properties.
Any help is appreciated.