ICU-21569 Add BOM to the beginning of the lstm files (minor fix of Part 2 C++)

See #1702
This commit is contained in:
Frank Tang 2021-04-28 23:12:47 +00:00 committed by Frank Yung-Fong Tang
parent fa4c12cdc2
commit 253c54ab81
16 changed files with 16 additions and 16 deletions

View file

@ -1,4 +1,4 @@
// © 2021 and later: Unicode, Inc. and others.
// © 2021 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html
Burmese_codepoints_exclusive_model4_heavy:table(nofallback){
model{"Burmese_codepoints_exclusive_model4_heavy"}

View file

@ -1,4 +1,4 @@
// © 2021 and later: Unicode, Inc. and others.
// © 2021 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html
Burmese_codepoints_exclusive_model5_heavy:table(nofallback){
model{"Burmese_codepoints_exclusive_model5_heavy"}

View file

@ -1,4 +1,4 @@
// © 2021 and later: Unicode, Inc. and others.
// © 2021 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html
Burmese_codepoints_exclusive_model7_heavy:table(nofallback){
model{"Burmese_codepoints_exclusive_model7_heavy"}

View file

@ -1,4 +1,4 @@
// © 2021 and later: Unicode, Inc. and others.
// © 2021 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html
Burmese_graphclust_model4_heavy:table(nofallback){
model{"Burmese_graphclust_model4_heavy"}

View file

@ -1,4 +1,4 @@
// © 2021 and later: Unicode, Inc. and others.
// © 2021 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html
Burmese_graphclust_model5_heavy:table(nofallback){
model{"Burmese_graphclust_model5_heavy"}

View file

@ -1,4 +1,4 @@
// © 2021 and later: Unicode, Inc. and others.
// © 2021 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html
Burmese_graphclust_model7_heavy:table(nofallback){
model{"Burmese_graphclust_model7_heavy"}

View file

@ -1,4 +1,4 @@
// © 2021 and later: Unicode, Inc. and others.
// © 2021 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html
Thai_codepoints_exclusive_model4_heavy:table(nofallback){
model{"Thai_codepoints_exclusive_model4_heavy"}

View file

@ -1,4 +1,4 @@
// © 2021 and later: Unicode, Inc. and others.
// © 2021 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html
Thai_codepoints_exclusive_model5_heavy:table(nofallback){
model{"Thai_codepoints_exclusive_model5_heavy"}

View file

@ -1,4 +1,4 @@
// © 2021 and later: Unicode, Inc. and others.
// © 2021 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html
Thai_codepoints_exclusive_model7_heavy:table(nofallback){
model{"Thai_codepoints_exclusive_model7_heavy"}

View file

@ -1,4 +1,4 @@
// © 2021 and later: Unicode, Inc. and others.
// © 2021 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html
Thai_graphclust_model4_heavy:table(nofallback){
model{"Thai_graphclust_model4_heavy"}

View file

@ -1,4 +1,4 @@
// © 2021 and later: Unicode, Inc. and others.
// © 2021 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html
Thai_graphclust_model5_heavy:table(nofallback){
model{"Thai_graphclust_model5_heavy"}

View file

@ -1,4 +1,4 @@
// © 2021 and later: Unicode, Inc. and others.
// © 2021 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html
Thai_graphclust_model7_heavy:table(nofallback){
model{"Thai_graphclust_model7_heavy"}

View file

@ -63,7 +63,7 @@ def generate_rb(config, io, common_vars):
input_files = [InFile("%s.txt" % bn) for bn in basenames],
output_files = [OutFile("%s.res" % bn) for bn in basenames],
tool = IcuTool("genrb"),
args = "-q -s {IN_DIR} -eUTF-8 -d {OUT_DIR} {INPUT_FILE}",
args = "-q -s {IN_DIR} -d {OUT_DIR} {INPUT_FILE}",
format_with = {},
repeat_with = {}
),

View file

@ -1,4 +1,4 @@
// © 2021 and later: Unicode, Inc. and others.
// © 2021 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html
Burmese_graphclust_model5_heavy:table(nofallback){
model{"Burmese_graphclust_model5_heavy"}

View file

@ -1,4 +1,4 @@
// © 2021 and later: Unicode, Inc. and others.
// © 2021 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html
Thai_codepoints_exclusive_model5_heavy:table(nofallback){
model{"Thai_codepoints_exclusive_model5_heavy"}

View file

@ -1,4 +1,4 @@
// © 2021 and later: Unicode, Inc. and others.
// © 2021 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html
Thai_graphclust_model4_heavy:table(nofallback){
model{"Thai_graphclust_model4_heavy"}