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
_______________________________________________
webkit-dev mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev