Status: Assigned Owner: [email protected] CC: [email protected], [email protected] Labels: Type-Bug Pri-2 OS-All Area-BrowserBackend Size-Medium i18n
New issue 20406 by [email protected]: icu data size reduction : remove Unihan collation tables and some other entries from the ICU data file http://code.google.com/p/chromium/issues/detail?id=20406 ICU 4.2 has separate UniHan collation tables for zh, ja and ko. They're not only redundant (they're almost identical) but also all but useless because they're only invoked with '@collation=UniHan' tailoring, which I know for sure we never do in Chrome/Webkit. So, we have to rebuild the ICU data after removing unihan tables from coll/{zh,ko,ja}.txt. In addition, we don't use currency names at all. So, we can remove them from all the locale files. This will be done after initial DEPS switch for ICU. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
