mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-10 07:39:16 +00:00
ICU-21569 Add BOM to the beginning of the lstm files (minor fix of Part 2 C++)
See #1702
This commit is contained in:
parent
fa4c12cdc2
commit
253c54ab81
16 changed files with 16 additions and 16 deletions
|
@ -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"}
|
||||
|
|
|
@ -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"}
|
||||
|
|
|
@ -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"}
|
||||
|
|
|
@ -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"}
|
||||
|
|
|
@ -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"}
|
||||
|
|
|
@ -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"}
|
||||
|
|
|
@ -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"}
|
||||
|
|
|
@ -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"}
|
||||
|
|
|
@ -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"}
|
||||
|
|
|
@ -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"}
|
||||
|
|
|
@ -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"}
|
||||
|
|
|
@ -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"}
|
||||
|
|
2
icu4c/source/test/testdata/BUILDRULES.py
vendored
2
icu4c/source/test/testdata/BUILDRULES.py
vendored
|
@ -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 = {}
|
||||
),
|
||||
|
|
|
@ -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"}
|
||||
|
|
|
@ -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"}
|
||||
|
|
|
@ -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"}
|
||||
|
|
Loading…
Add table
Reference in a new issue