[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 04:17:56 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=27371
--- Comment #8 from Kwang Yul Seo <kwangyul.seo at gmail.com> 2009-08-07 04:17:54 PDT ---
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.
--
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