67
edits
(→Other: brief reference to bug 375291) |
(→Bidi) |
||
| 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 | #Copy this file to intl/unicharutils/util/BidiMirroring.txt in the mozilla source tree | ||
#Run <tt>perl gensymmtable.pl</tt> in | #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 | #Copy this file to intl/unicharutils/util/UnicodeData-Latest.txt in the mozilla source tree | ||
#Run <tt>perl genbidicattable.pl</tt> in | #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. | ||
edits