67
edits
mNo edit summary |
mNo edit summary |
||
Line 11: | Line 11: | ||
== Character properties == | == Character properties == | ||
#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 | |||
#Run <tt>perl gencattable.pl</tt> This creates a new version of intl/unicharutil/src/cattable.h | |||
#The previous step will probably issue warnings like the following: | |||
WARNING, Unicode Database now contain characters which we have not considered. | |||
change this program !!! | |||
Problem- U+010900 - U+010907 range | |||
In this case, you will need to edit <tt>@range</tt> in gencattable.pl to include the new ranges | |||
== Normalization == | == Normalization == | ||
== Transliteration == | == Transliteration == |
edits