I18n:Updating Unicode version: Difference between revisions

Jump to navigation Jump to search
Add CaseFolding.txt to the documentation for SpiderMonkey's Unicode support
(→‎Casing: typo fix)
(Add CaseFolding.txt to the documentation for SpiderMonkey's Unicode support)
 
Line 65: Line 65:
* move into <code>js/src/vm/</code>
* move into <code>js/src/vm/</code>
* run <code>python ./make_unicode.py</code>
* run <code>python ./make_unicode.py</code>
* verify that <code>UnicodeData.txt</code> and the derived files were correctly updated
* verify that <code>UnicodeData.txt</code>, <code>CaseFolding.txt</code>, and the derived files were correctly updated


Note that running <code>python ./make_unicode.py FILENAME</code> instead uses <code>FILENAME</code> as a <code>UnicodeData.txt</code>, if you ever want to generate new data without overwriting the current <code>js/src/vm/UnicodeData.txt</code>.
Note that running <code>python ./make_unicode.py FILENAME1 FILENAME2</code> instead uses <code>FILENAME1</code> as a <code>UnicodeData.txt</code> and <code>FILENAME2</code> as a <code>CaseFolding.txt</code>, if you ever want to generate new data without overwriting the current <code>js/src/vm/UnicodeData.txt</code> and <code>js/src/vm/CaseFolding.txt</code>.
10

edits

Navigation menu