Mon, 12 Mar 2001, Parvinder Singh(EHPT) wrote:
Perhaps, you've already solved the problem. Just in case.....
> I am able to see japanese characters in java applet on Netscape browser 4.7
> on NT (while activating Richwin utility on my NT workstation ) but not using
> netscape 4.7 on Solaris ? My oracle database resides on Solaris and has
> UTF-8 characterset.
>
> Does it depend on the version of Netscape or JRE? My PC netscape version is
> 4.7 and unix version is also 4.7. What is the analogous thing of Richwin on
> Unix which can correct this garbled display ??
Well, I guess you wouldn't need RichWin on NT if your font.properties
file (on NT, the name might have been shortened) is configured properly
AND your java applet only uses generic font names like serif instead
of specifying a particular instance of 'serif' style font specific to
Japanese. The same is true on Unix side. If you look into font.properties
file, you'll easily figure out what to change. You may also
consider adding lines like this:
alias.<fontname>=sansserif
where <fontname> is the name of the font used by applet not under your
control if some applets fail to display Japanese characters.
Jungshik Shin
This archive was generated by hypermail 2.1.2 : Fri Jul 06 2001 - 00:17:15 EDT