Jens Manfredson <[EMAIL PROTECTED]> wrote:
: Sat, 30 Jun 2001 20:15:09 an lam <[EMAIL PROTECTED]> wrote:
: > : > Warpzilla 0.9.2 does not handle Unicode (UTF-8) correctly. All the
: > : > characters used on the website http://www.univiet.com/ are in the
: > : I can't read it with netscape 4.61 und mozilla 0.9.1
: >
: > None of the Netscape for OS/2 and Warpzilla can display it correctly.
: > The only way to display it correctly on OS/2 Warp is to use HotJava 3.
: Not here. With Hotjava3 it looks the same as with mozilla.
It is strange! Here is my setup:
OS/2 Warp 3 (FP 36)
Java 1.1.8 (o118-20010426)
In the font.prp file, there were 5 lines:
serif.0=Tms Rmn,OS2V4ONLY,ANSI_CHARSET,LATIN1_CHARSET, ...
serif.1=Tms Rmn,OS2V3ONLY,ANSI_CHARSET,LATIN1_CHARSET, ...
serif.2=Symbol Set,SYMBOL_CHARSET,NEED_CONVERTED
serif.3=Wingdings,DINGBAT_CHARSET,WINGDING_CHARSET,NEED_CONVERTED
serif.4=Times New Roman MT 30,UNICODE_CHARSET,NEED_CONVERTED
These 5 lines confused Java in dealing with Unicode characters.
I replaced them with 1 line:
serif.0=Times New Roman MT 30,UNICODE_CHARSET,NEED_CONVERTED
The above setup works for me.
An Lam