diff options
| author | Marko Myllynen <myllynen@redhat.com> | 2015-05-13 11:41:43 +0300 |
|---|---|---|
| committer | Mike Frysinger <vapier@gentoo.org> | 2015-07-21 03:54:02 -0400 |
| commit | f30d94a74a30b832354d4b87c23a4909ed24b929 (patch) | |
| tree | 4de93c0903e80d76fdfc08645bb2e84881bba9ee /localedata | |
| parent | 8bb524be8f1160fd705b31d7d9671a05bf595793 (diff) | |
| download | glibc-f30d94a74a30b832354d4b87c23a4909ed24b929.tar.xz glibc-f30d94a74a30b832354d4b87c23a4909ed24b929.zip | |
locale: Remove obsolete repertoire map references
repertoire maps and character mnemonics were used early in the glibc
i18n/l10n effort but were quickly deprecated in favor of Unicode code
points. According to ChangeLog, the in-tree repertoire maps were
removed 2000-07-07 but some stray references remain even today. The
patch below removes them.
Diffstat (limited to 'localedata')
83 files changed, 0 insertions, 96 deletions
diff --git a/localedata/charmaps/ANSI_X3.110-1983 b/localedata/charmaps/ANSI_X3.110-1983 index d5bb95ed4b..7416c03fec 100644 --- a/localedata/charmaps/ANSI_X3.110-1983 +++ b/localedata/charmaps/ANSI_X3.110-1983 @@ -2,7 +2,6 @@ <comment_char> % <escape_char> / % version: 1.0 -% repertoiremap: mnemonic,ds % source: ECMA registry % alias ISO-IR-99 diff --git a/localedata/charmaps/ANSI_X3.4-1968 b/localedata/charmaps/ANSI_X3.4-1968 index f7fd9db2e5..65756b8864 100644 --- a/localedata/charmaps/ANSI_X3.4-1968 +++ b/localedata/charmaps/ANSI_X3.4-1968 @@ -2,7 +2,6 @@ <comment_char> % <escape_char> / % version: 1.0 -% repertoiremap: mnemonic,ds % source: ECMA registry % alias ISO-IR-6 diff --git a/localedata/charmaps/BS_4730 b/localedata/charmaps/BS_4730 index 4ab4ac7df2..3b89bcf346 100644 --- a/localedata/charmaps/BS_4730 +++ b/localedata/charmaps/BS_4730 @@ -2,7 +2,6 @@ <comment_char> % <escape_char> / % version: 1.0 -% repertoiremap: mnemonic,ds % source: ECMA registry % alias ISO-IR-4 diff --git a/localedata/charmaps/BS_VIEWDATA b/localedata/charmaps/BS_VIEWDATA index d25055072c..cb102cc14d 100644 --- a/localedata/charmaps/BS_VIEWDATA +++ b/localedata/charmaps/BS_VIEWDATA @@ -2,7 +2,6 @@ <comment_char> % <escape_char> / % version: 1.0 -% repertoiremap: mnemonic,ds % source: ECMA registry % alias ISO-IR-47 diff --git a/localedata/charmaps/CP1250 b/localedata/charmaps/CP1250 index a807051b3f..c92ffe8ff4 100644 --- a/localedata/charmaps/CP1250 +++ b/localedata/charmaps/CP1250 @@ -2,7 +2,6 @@ <comment_char> % <escape_char> / % version: 1.0 -% repertoiremap: mnemonic,ds % source: UNICODE 1.0 % alias MS-EE diff --git a/localedata/charmaps/CP1251 b/localedata/charmaps/CP1251 index 806c5f1863..229f9c02d2 100644 --- a/localedata/charmaps/CP1251 +++ b/localedata/charmaps/CP1251 @@ -2,7 +2,6 @@ <comment_char> % <escape_char> / % version: 1.0 -% repertoiremap: mnemonic,ds % source: UNICODE 1.0 % alias MS-CYRL diff --git a/localedata/charmaps/CP1252 b/localedata/charmaps/CP1252 index afc862fe4a..aa2f14bc45 100644 --- a/localedata/charmaps/CP1252 +++ b/localedata/charmaps/CP1252 @@ -2,7 +2,6 @@ <comment_char> % <e |
