I18n:Updating Unicode version: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
[[I18n:Home Page]] | [[I18n:Home Page]] | ||
This document describes the process of updating the files in the Mozilla codebase that are generated from Unicode data files. | This document describes the process of updating the files in the Mozilla codebase that are generated from Unicode data files. | ||
Line 13: | Line 14: | ||
== Transliteration == | == Transliteration == | ||
== Bidi == | == Bidi == | ||
[[Category:I18n]] |
Revision as of 11:00, 15 May 2006
This document describes the process of updating the files in the Mozilla codebase that are generated from Unicode data files.
Case conversion
- Download the latest version of UnicodeData.txt from the Unicode website. The current version can be found at http://www.unicode.org/Public/UNIDATA/UnicodeData.txt.
- Copy this file to intl/unicharutil/tools/UnicodeData-Latest.txt in the mozilla source tree
- Until bug 210501 is fixed you will have to edit UnicodeData-Latest.txt by hand and delete all the lines for codepoints above FFFF
- Run perl gencasetable.pl This creates a new version of intl/unicharutil/src/casetable.h