<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>24.10.2010, в 23:48, 江南小白 написал(а):</div><br class="Apple-interchange-newline"><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div>addToTextEncodingNameMap() is called in registerExtendedEncodingNames() in TextCodecICU.cpp:</div><div><font color="#ff0000"> registrar("macroman", "macintosh");</font></div></span></blockquote><br></div><div>This is something we have in <a href="http://webkit.org">webkit.org</a> trunk, do you have any local modifications to these files?</div><div><br></div><div>ICU has an encoding with standard name "macintosh" <<a href="http://demo.icu-project.org/icu-bin/convexp?conv=macos-0_2-10.2&s=ALL&s=IANA&s=MIME">http://demo.icu-project.org/icu-bin/convexp?conv=macos-0_2-10.2&s=ALL&s=IANA&s=MIME</a>>, so it should be registered earlier in this function:</div><div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal Menlo; "><br></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font: normal normal normal 11px/normal Menlo; "> registrar(standardName, standardName);</div><div><br></div></div><br><div>
<div style="font-size: 12px; ">- WBR, Alexey Proskuryakov</div></div><br></body></html>