I18n:Updating Unicode version: Difference between revisions

Jump to navigation Jump to search
(→‎Other: brief reference to bug 375291)
Line 32: Line 32:


#Download the latest version of BidiMirroring.txt from the Unicode website. The current version can be found at http://www.unicode.org/Public/UNIDATA/BidiMirroring.txt
#Download the latest version of BidiMirroring.txt from the Unicode website. The current version can be found at http://www.unicode.org/Public/UNIDATA/BidiMirroring.txt
#Copy this file to layout/tools/BidiMirroring.txt in the mozilla source tree
#Copy this file to intl/unicharutils/util/BidiMirroring.txt in the mozilla source tree
#Run <tt>perl gensymmtable.pl</tt> in layout/tools. This creates a new version of layout/base/symmtable.h
#Run <tt>perl gensymmtable.pl</tt> in intl/unicharutils/util. This creates a new version of intl/unicharutils/util/symmtable.h
#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.
#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 layout/tools/UnicodeData-Latest.txt in the mozilla source tree
#Copy this file to intl/unicharutils/util/UnicodeData-Latest.txt in the mozilla source tree
#Run <tt>perl genbidicattable.pl</tt> in layout/tools. This creates a new version of layout/base/bidicattable.h
#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:
#The previous step will probably issue warnings like the following:
  WARNING, Unicode Database now contain characters which we have not considered.
  WARNING, Unicode Database now contain characters which we have not considered.
67

edits

Navigation menu