Explain that the source code was generated by this script
This commit is contained in:
parent
c081ffbd1e
commit
6487cb221b
@ -235,6 +235,10 @@ for i in [r]:
|
||||
rf = open(r, "w")
|
||||
|
||||
(canon_decomp, compat_decomp, gencats) = load_unicode_data("UnicodeData.txt")
|
||||
|
||||
# Explain that the source code was generated by this script.
|
||||
rf.write('// The following code was generated by "src/etc/unicode.py"\n\n')
|
||||
|
||||
emit_property_module(rf, "general_category", gencats)
|
||||
|
||||
#emit_decomp_module(rf, canon_decomp, compat_decomp)
|
||||
|
Loading…
Reference in New Issue
Block a user