forked from pEp.foundation/pEpMIME
update NFC data from Unicode 13.0.0 to Unicode 14.0.0.
parent
83b0defab5
commit
c3e18bb6c5
@ -0,0 +1,17 @@
|
||||
# How to update the Unicode data set
|
||||
|
||||
1. Downlowd the newest version, e.g.
|
||||
https://www.unicode.org/Public/zipped/latest/UCD.zip
|
||||
|
||||
2. Extract the ZIP file to a folder of your choice.
|
||||
|
||||
3. Copy/link "DerivedNormalizationProps.txt" and "UnicodeData.txt"
|
||||
into this directory
|
||||
|
||||
4. Run ./gen_sets.sh
|
||||
|
||||
5. Copy the generated files nfc_sets.cc and nfc_sets.hh to the source directory.
|
||||
|
||||
6. Commit it with message "update NFC data from Unicode X.X.X to Unicode Y.Y.Y."
|
||||
|
||||
7. That's it.
|
Loading…
Reference in New Issue