-
Bug
-
Resolution: Fixed
-
P4
-
1.3.0
-
None
-
beta
-
x86
-
windows_95
/local/ws/merlin/src/win32/native/sun/awt/font/fontpath.c uses NewStringUTF
to convert from bytes to characters. While this conversion works for low-ASCII
characters, it will fail for high-ASCII and multibyte encodings. For example,
if the default font path in the registry includes katakana characters, the
code will not work.
to convert from bytes to characters. While this conversion works for low-ASCII
characters, it will fail for high-ASCII and multibyte encodings. For example,
if the default font path in the registry includes katakana characters, the
code will not work.