[webkit-dev] 回复: maybe it's a problem in function"addToTextEncodingNameMap" in "webcore/platform/text/TextEncodingRegistry.cpp"

Alexey Proskuryakov ap at webkit.org
Mon Oct 25 09:44:45 PDT 2010


24.10.2010, в 23:48, 江南小白 написал(а):

> addToTextEncodingNameMap() is called in registerExtendedEncodingNames() in TextCodecICU.cpp:
>           registrar("macroman", "macintosh");

This is something we have in webkit.org trunk, do you have any local modifications to these files?

ICU has an encoding with standard name "macintosh" <http://demo.icu-project.org/icu-bin/convexp?conv=macos-0_2-10.2&s=ALL&s=IANA&s=MIME>, so it should be registered earlier in this function:

        registrar(standardName, standardName);


- WBR, Alexey Proskuryakov

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-dev/attachments/20101025/433d605d/attachment.html>


More information about the webkit-dev mailing list