mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-11 08:01:32 +00:00
ICU-10398 Check text file line endings
X-SVN-Rev: 34303
This commit is contained in:
parent
02d6148322
commit
4f1ed3fc6d
9 changed files with 147 additions and 160 deletions
13
.gitattributes
vendored
13
.gitattributes
vendored
|
@ -53,9 +53,6 @@ icu4c/source/aclocal.m4 -text
|
|||
icu4c/source/allinone/icucheck.bat -text
|
||||
icu4c/source/common/common.vcxproj -text
|
||||
icu4c/source/common/common.vcxproj.filters -text
|
||||
icu4c/source/data/curr/ar_SS.txt -text
|
||||
icu4c/source/data/curr/ca_FR.txt -text
|
||||
icu4c/source/data/curr/en_MO.txt -text
|
||||
icu4c/source/data/curr/pool.res -text
|
||||
icu4c/source/data/in/coll/invuca.icu -text
|
||||
icu4c/source/data/in/coll/ucadata.icu -text
|
||||
|
@ -69,24 +66,15 @@ icu4c/source/data/in/unames.icu -text
|
|||
icu4c/source/data/in/uprops.icu -text
|
||||
icu4c/source/data/in/uts46.nrm -text
|
||||
icu4c/source/data/lang/pool.res -text
|
||||
icu4c/source/data/locales/ar_SS.txt -text
|
||||
icu4c/source/data/locales/ca_FR.txt -text
|
||||
icu4c/source/data/locales/ca_IT.txt -text
|
||||
icu4c/source/data/locales/en_MO.txt -text
|
||||
icu4c/source/data/locales/pool.res -text
|
||||
icu4c/source/data/makedata.vcxproj -text
|
||||
icu4c/source/data/makedata.vcxproj.filters -text
|
||||
icu4c/source/data/region/pool.res -text
|
||||
icu4c/source/data/zone/en_MO.txt -text
|
||||
icu4c/source/data/zone/pool.res -text
|
||||
icu4c/source/extra/uconv/uconv.vcxproj -text
|
||||
icu4c/source/extra/uconv/uconv.vcxproj.filters -text
|
||||
icu4c/source/i18n/i18n.vcxproj -text
|
||||
icu4c/source/i18n/i18n.vcxproj.filters -text
|
||||
icu4c/source/i18n/unicode/unumsys.h -text
|
||||
icu4c/source/i18n/unicode/uregion.h -text
|
||||
icu4c/source/i18n/unumsys.cpp -text
|
||||
icu4c/source/i18n/uregion.cpp -text
|
||||
icu4c/source/io/io.vcxproj -text
|
||||
icu4c/source/io/io.vcxproj.filters -text
|
||||
icu4c/source/layout/layout.vcxproj -text
|
||||
|
@ -152,7 +140,6 @@ icu4c/source/stubdata/stubdata.vcxproj -text
|
|||
icu4c/source/stubdata/stubdata.vcxproj.filters -text
|
||||
icu4c/source/test/cintltst/cintltst.vcxproj -text
|
||||
icu4c/source/test/cintltst/cintltst.vcxproj.filters -text
|
||||
icu4c/source/test/cintltst/uregiontest.c -text
|
||||
icu4c/source/test/intltest/intltest.vcxproj -text
|
||||
icu4c/source/test/intltest/intltest.vcxproj.filters -text
|
||||
icu4c/source/test/iotest/iotest.vcxproj -text
|
||||
|
|
|
@ -1,21 +1,21 @@
|
|||
// ***************************************************************************
|
||||
// *
|
||||
// * Copyright (C) 2013 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
|
||||
// * Source File: <path>/common/main/ar_SS.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
ar_SS{
|
||||
Currencies{
|
||||
GBP{
|
||||
"GB£",
|
||||
"جنيه إسترليني",
|
||||
}
|
||||
SSP{
|
||||
"£",
|
||||
"جنيه جنوب السودان",
|
||||
}
|
||||
}
|
||||
Version{"2.0.92.29"}
|
||||
}
|
||||
// ***************************************************************************
|
||||
// *
|
||||
// * Copyright (C) 2013 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
|
||||
// * Source File: <path>/common/main/ar_SS.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
ar_SS{
|
||||
Currencies{
|
||||
GBP{
|
||||
"GB£",
|
||||
"جنيه إسترليني",
|
||||
}
|
||||
SSP{
|
||||
"£",
|
||||
"جنيه جنوب السودان",
|
||||
}
|
||||
}
|
||||
Version{"2.0.92.29"}
|
||||
}
|
||||
|
|
|
@ -1,17 +1,17 @@
|
|||
// ***************************************************************************
|
||||
// *
|
||||
// * Copyright (C) 2013 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
|
||||
// * Source File: <path>/common/main/ca_FR.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
ca_FR{
|
||||
Currencies{
|
||||
FRF{
|
||||
"F",
|
||||
"franc francès",
|
||||
}
|
||||
}
|
||||
Version{"2.0.92.29"}
|
||||
}
|
||||
// ***************************************************************************
|
||||
// *
|
||||
// * Copyright (C) 2013 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
|
||||
// * Source File: <path>/common/main/ca_FR.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
ca_FR{
|
||||
Currencies{
|
||||
FRF{
|
||||
"F",
|
||||
"franc francès",
|
||||
}
|
||||
}
|
||||
Version{"2.0.92.29"}
|
||||
}
|
||||
|
|
|
@ -1,22 +1,22 @@
|
|||
// ***************************************************************************
|
||||
// *
|
||||
// * Copyright (C) 2013 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
|
||||
// * Source File: <path>/common/main/en_MO.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
en_MO{
|
||||
%%Parent{"en_GB"}
|
||||
Currencies{
|
||||
MOP{
|
||||
"MOP$",
|
||||
"Macanese Pataca",
|
||||
}
|
||||
USD{
|
||||
"US$",
|
||||
"US Dollar",
|
||||
}
|
||||
}
|
||||
Version{"2.0.92.29"}
|
||||
}
|
||||
// ***************************************************************************
|
||||
// *
|
||||
// * Copyright (C) 2013 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
|
||||
// * Source File: <path>/common/main/en_MO.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
en_MO{
|
||||
%%Parent{"en_GB"}
|
||||
Currencies{
|
||||
MOP{
|
||||
"MOP$",
|
||||
"Macanese Pataca",
|
||||
}
|
||||
USD{
|
||||
"US$",
|
||||
"US Dollar",
|
||||
}
|
||||
}
|
||||
Version{"2.0.92.29"}
|
||||
}
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
// ***************************************************************************
|
||||
// *
|
||||
// * Copyright (C) 2013 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
|
||||
// * Source File: <path>/common/main/ar_SS.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
ar_SS{
|
||||
Version{"2.0.92.29"}
|
||||
}
|
||||
// ***************************************************************************
|
||||
// *
|
||||
// * Copyright (C) 2013 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
|
||||
// * Source File: <path>/common/main/ar_SS.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
ar_SS{
|
||||
Version{"2.0.92.29"}
|
||||
}
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
// ***************************************************************************
|
||||
// *
|
||||
// * Copyright (C) 2013 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
|
||||
// * Source File: <path>/common/main/ca_FR.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
ca_FR{
|
||||
Version{"2.0.92.29"}
|
||||
}
|
||||
// ***************************************************************************
|
||||
// *
|
||||
// * Copyright (C) 2013 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
|
||||
// * Source File: <path>/common/main/ca_FR.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
ca_FR{
|
||||
Version{"2.0.92.29"}
|
||||
}
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
// ***************************************************************************
|
||||
// *
|
||||
// * Copyright (C) 2013 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
|
||||
// * Source File: <path>/common/main/ca_IT.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
ca_IT{
|
||||
Version{"2.0.92.29"}
|
||||
}
|
||||
// ***************************************************************************
|
||||
// *
|
||||
// * Copyright (C) 2013 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
|
||||
// * Source File: <path>/common/main/ca_IT.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
ca_IT{
|
||||
Version{"2.0.92.29"}
|
||||
}
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
// ***************************************************************************
|
||||
// *
|
||||
// * Copyright (C) 2013 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
|
||||
// * Source File: <path>/common/main/en_MO.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
en_MO{
|
||||
%%Parent{"en_GB"}
|
||||
Version{"2.0.92.29"}
|
||||
}
|
||||
// ***************************************************************************
|
||||
// *
|
||||
// * Copyright (C) 2013 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
|
||||
// * Source File: <path>/common/main/en_MO.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
en_MO{
|
||||
%%Parent{"en_GB"}
|
||||
Version{"2.0.92.29"}
|
||||
}
|
||||
|
|
|
@ -1,42 +1,42 @@
|
|||
// ***************************************************************************
|
||||
// *
|
||||
// * Copyright (C) 2013 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
|
||||
// * Source File: <path>/common/main/en_MO.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
en_MO{
|
||||
%%Parent{"en_GB"}
|
||||
Version{"2.0.92.29"}
|
||||
zoneStrings{
|
||||
"Europe:London"{
|
||||
sd{"∅∅∅"}
|
||||
}
|
||||
"meta:Europe_Central"{
|
||||
sd{"∅∅∅"}
|
||||
sg{"∅∅∅"}
|
||||
ss{"∅∅∅"}
|
||||
}
|
||||
"meta:Europe_Eastern"{
|
||||
sd{"∅∅∅"}
|
||||
sg{"∅∅∅"}
|
||||
ss{"∅∅∅"}
|
||||
}
|
||||
"meta:Europe_Western"{
|
||||
sd{"∅∅∅"}
|
||||
sg{"∅∅∅"}
|
||||
ss{"∅∅∅"}
|
||||
}
|
||||
"meta:Hong_Kong"{
|
||||
sd{"HKST"}
|
||||
sg{"HKT"}
|
||||
ss{"HKT"}
|
||||
}
|
||||
"meta:Macau"{
|
||||
sd{"MDT"}
|
||||
sg{"MST"}
|
||||
ss{"MST"}
|
||||
}
|
||||
}
|
||||
}
|
||||
// ***************************************************************************
|
||||
// *
|
||||
// * Copyright (C) 2013 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
|
||||
// * Source File: <path>/common/main/en_MO.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
en_MO{
|
||||
%%Parent{"en_GB"}
|
||||
Version{"2.0.92.29"}
|
||||
zoneStrings{
|
||||
"Europe:London"{
|
||||
sd{"∅∅∅"}
|
||||
}
|
||||
"meta:Europe_Central"{
|
||||
sd{"∅∅∅"}
|
||||
sg{"∅∅∅"}
|
||||
ss{"∅∅∅"}
|
||||
}
|
||||
"meta:Europe_Eastern"{
|
||||
sd{"∅∅∅"}
|
||||
sg{"∅∅∅"}
|
||||
ss{"∅∅∅"}
|
||||
}
|
||||
"meta:Europe_Western"{
|
||||
sd{"∅∅∅"}
|
||||
sg{"∅∅∅"}
|
||||
ss{"∅∅∅"}
|
||||
}
|
||||
"meta:Hong_Kong"{
|
||||
sd{"HKST"}
|
||||
sg{"HKT"}
|
||||
ss{"HKT"}
|
||||
}
|
||||
"meta:Macau"{
|
||||
sd{"MDT"}
|
||||
sg{"MST"}
|
||||
ss{"MST"}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue