Re: UTF-8 problem with Japanese characters

Debmalya,
UTF-8 is a character encoding scheme, which encodes the Universal Character Set
(UCS), also known as Unicode.  Japanese characters are well-covered by Unicode,
even in older versions.  So UTF-8 can contain all (and more) of the very same
characters which appear in Shift_JIS and EUC-JP.

*Some older versions of browsers have problems displaying UTF-8, so that could
be your problem.
*Browsers need to have an appropriate font defined for UTF-8, so that could be
your problem.
*You may not have an appropriate font available, so that could be your problem.
*You may be trying to display a Shift_JIS page using UTF-8 as the set encoding,
so that could be your problem.  The two use different bytecode sequences to
represent the same characters.

So, the information needed is:

-Browser make and version
-Platform
-Font settings
-Available fonts
-Web page encoding
-Browser encoding setting

in order to determine what the problem is.

Regards,
Andrea Vine
iPlanet i18n architect

"Debmalya Biswas (by way of Martin Duerst )" wrote:
> 
> Hi,
> 
> Sorry to barge in your mailbox without any previous acquaintance.
> 
> I have heard from people that UTF-8 does not support all Japanese
> characters. I was doing some research on it myself and found that
> although I was able to display an HTML page containing Japanese
> characters after setting the charset to shift-jis, the same does not seem to be
> working for UTF-8. I am also facing similar kind of problem in Java.
> 
> Any pointers to this would be welcome.
> TIA
> Regards,
> Debmalya Biswas
>

Received on Wednesday, 24 April 2002 14:54:25 UTC