[Webkit-unassigned] [Bug 32169] Implement TextCodec for WINCE port

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 12 02:52:13 PDT 2010


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





--- Comment #30 from Kwang Yul Seo <kwangyul.seo at gmail.com>  2010-04-12 02:52:11 PST ---
(In reply to comment #29)
> (In reply to comment #28)
> > The patch includes native support for EUC-JP and Thai codecs (CP874, TIS620 and
> > MACTHAI). I remember these codecs are moved to libce, but I can't find the
> > repository of libce. Patrick, do you know where libce is hosted?
> No, I don't know. I use the stuff from the old Torch Mobile at
> http://code.staikos.net/ (offline in the meantime).

You can see the reason why EUC_JP.cpp and Thai.cpp are moved out from bug
27371. To make it build, we need libce which has these two files.
Unfortunately, it seems libce is no longer hosted by Torch Mobile.

We have two options here:

1) Remove native supports of EUC_JP and Thai from the patch. This makes sense
because these codecs are seldom used.

2) Find libce which include these codecs.

-- 
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