I18n:Updating Unicode version: Difference between revisions

Line 35: Line 35:
#Copy this file to intl/unicharutil/tools/UnicodeData-Latest.txt in the mozilla source tree
#Copy this file to intl/unicharutil/tools/UnicodeData-Latest.txt in the mozilla source tree
#Run <tt>perl gentransliterate.pl</tt> in intl/unichar/tools. This creates a new version of intl/unicharutil/tables/transliterate.properties
#Run <tt>perl gentransliterate.pl</tt> in intl/unichar/tools. This creates a new version of intl/unicharutil/tables/transliterate.properties
== Bidi ==
#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/unicharutils/util/UnicodeData-Latest.txt in the mozilla source tree
#Run <tt>perl genbidicattable.pl</tt> in intl/unicharutils/util. This creates a new version of intl/unicharutils/util/bidicattable.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 genbidicattable.pl to include the new ranges


== Default ignorable characters ==
== Default ignorable characters ==
67

edits