mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-10 07:39:16 +00:00
ICU-8972 write * Unicode version line to norm2/.txt files
X-SVN-Rev: 31192
This commit is contained in:
parent
88ad55753d
commit
e8d8222080
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/python2.6
|
||||
# -*- coding: utf-8 -*-
|
||||
# Copyright (c) 2009-2011 International Business Machines
|
||||
# Copyright (c) 2009-2012 International Business Machines
|
||||
# Corporation and others. All Rights Reserved.
|
||||
#
|
||||
# file name: preparseucd.py
|
||||
|
@ -1200,8 +1200,8 @@ def WriteNorm2TextFile(path, filename, with_compat):
|
|||
#
|
||||
""")
|
||||
type = "NFKC" if with_compat else "NFC"
|
||||
out_file.write("# Complete data for Unicode " + type + " normalization.\n")
|
||||
out_file.write("# Unicode " + _ucd_version + "\n\n")
|
||||
out_file.write("# Complete data for Unicode " + type + " normalization.\n\n")
|
||||
out_file.write("* Unicode " + _ucd_version + "\n\n")
|
||||
WriteAllCC(out_file)
|
||||
WriteAllMappings(out_file, with_compat)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue