[Webkit-unassigned] [Bug 27371] [WINCE] Add WinCE specific platform/text files to WebCore

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 7 07:03:49 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=27371





--- Comment #10 from Yong Li <yong.li at torchmobile.com>  2009-08-07 07:03:48 PDT ---
(In reply to comment #8)
> Korean and Chinese codecs aren't supported on most devices too.
> 
> IMultiLanguage::EnumCodePages is the only to way to know what codecs are
> supported under WINCE. The list of WINCE OS supported codecs are different
> among devices.
> 
> 
> I think there are three options here:
> 
> 1) Remove Euc_JP and That and use only the OS supported codecs.
> 
> 2) Use libiconv enitrely so that make sure most codecs are supported.
> 
> 3) Make each codec as a plugin, so more codecs can be installed later.
> 
> I think the option 1 is good enough because other options can be done anyway by
> browser vendors anyway.

You do not only just want the codecs, but also want to display them with
correct fonts. Is it helpful providing Korean and Chinese codecs without
installing necessary fonts?

Most codecs of displayable languages are provided by OS and font provider. So
we don't have to take care of them.

euc_jp is a special one. It's not because we only do this for Japanese
language, but because euc_jp codec is not provided even by Windows Mobile
Japanese version, neither by some 3rd-party Japanese language packs.

Thai is similar, but not that important, because most Thai websites use UTF-8.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list