]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
locale: Remove obsolete repertoire map references
authorMarko Myllynen <myllynen@redhat.com>
Wed, 13 May 2015 08:41:43 +0000 (11:41 +0300)
committerMike Frysinger <vapier@gentoo.org>
Tue, 21 Jul 2015 07:54:02 +0000 (03:54 -0400)
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.

84 files changed:
ChangeLog
localedata/charmaps/ANSI_X3.110-1983
localedata/charmaps/ANSI_X3.4-1968
localedata/charmaps/BS_4730
localedata/charmaps/BS_VIEWDATA
localedata/charmaps/CP1250
localedata/charmaps/CP1251
localedata/charmaps/CP1252
localedata/charmaps/CP1253
localedata/charmaps/CP1254
localedata/charmaps/CP1255
localedata/charmaps/CP1256
localedata/charmaps/CSN_369103
localedata/charmaps/EBCDIC-DK-NO
localedata/charmaps/GB_1988-80
localedata/charmaps/GREEK-CCITT
localedata/charmaps/GREEK7
localedata/charmaps/INIS-8
localedata/charmaps/ISIRI-3342
localedata/charmaps/ISO_2033-1983
localedata/charmaps/ISO_5427-EXT
localedata/locales/POSIX
localedata/locales/ar_SA
localedata/locales/be_BY
localedata/locales/be_BY@latin
localedata/locales/ca_ES
localedata/locales/cs_CZ
localedata/locales/da_DK
localedata/locales/de_BE
localedata/locales/de_CH
localedata/locales/de_LU
localedata/locales/en_AU
localedata/locales/en_BW
localedata/locales/en_CA
localedata/locales/en_DK
localedata/locales/en_GB
localedata/locales/en_IE
localedata/locales/en_NZ
localedata/locales/en_ZA
localedata/locales/en_ZW
localedata/locales/es_AR
localedata/locales/es_BO
localedata/locales/es_CL
localedata/locales/es_CO
localedata/locales/es_DO
localedata/locales/es_EC
localedata/locales/es_ES
localedata/locales/es_HN
localedata/locales/es_MX
localedata/locales/es_PA
localedata/locales/es_PE
localedata/locales/es_PY
localedata/locales/es_SV
localedata/locales/es_US
localedata/locales/es_UY
localedata/locales/es_VE
localedata/locales/et_EE
localedata/locales/fa_IR
localedata/locales/fo_FO
localedata/locales/fr_CA
localedata/locales/fr_CH
localedata/locales/gv_GB
localedata/locales/he_IL
localedata/locales/hr_HR
localedata/locales/id_ID
localedata/locales/is_IS
localedata/locales/it_CH
localedata/locales/iw_IL
localedata/locales/kl_GL
localedata/locales/ko_KR
localedata/locales/kw_GB
localedata/locales/lg_UG
localedata/locales/lt_LT
localedata/locales/lv_LV
localedata/locales/mi_NZ
localedata/locales/nhn_MX
localedata/locales/nl_BE
localedata/locales/pl_PL
localedata/locales/sk_SK
localedata/locales/sl_SI
localedata/locales/sv_FI
localedata/locales/tl_PH
localedata/locales/tr_TR
localedata/locales/vi_VN

index 3f8a6b6259b986c7514215983aa1f8ee6e46cc17..490c0acf962f73d000931ccd9cb64ec353b429e0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,90 @@
+2015-07-21  Marko Myllynen  <myllynen@redhat.com>
+
+       * charmaps/ANSI_X3.110-1983: Remove obsolete repertoire map
+       reference.
+       * charmaps/ANSI_X3.4-1968: Likewise.
+       * charmaps/BS_4730: Likewise.
+       * charmaps/BS_VIEWDATA: Likewise.
+       * charmaps/CP1250: Likewise.
+       * charmaps/CP1251: Likewise.
+       * charmaps/CP1252: Likewise.
+       * charmaps/CP1253: Likewise.
+       * charmaps/CP1254: Likewise.
+       * charmaps/CP1255: Likewise.
+       * charmaps/CP1256: Likewise.
+       * charmaps/CSN_369103: Likewise.
+       * charmaps/EBCDIC-DK-NO: Likewise.
+       * charmaps/GB_1988-80: Likewise.
+       * charmaps/GREEK-CCITT: Likewise.
+       * charmaps/GREEK7: Likewise.
+       * charmaps/INIS-8: Likewise.
+       * charmaps/ISIRI-3342: Likewise.
+       * charmaps/ISO_2033-1983: Likewise.
+       * charmaps/ISO_5427-EXT: Likewise.
+       * locales/POSIX: Likewise.
+       * locales/ar_SA: Likewise.
+       * locales/be_BY: Likewise.
+       * locales/be_BY@latin: Likewise.
+       * locales/ca_ES: Likewise.
+       * locales/cs_CZ: Likewise.
+       * locales/da_DK: Likewise.
+       * locales/de_BE: Likewise.
+       * locales/de_CH: Likewise.
+       * locales/de_LU: Likewise.
+       * locales/en_AU: Likewise.
+       * locales/en_BW: Likewise.
+       * locales/en_CA: Likewise.
+       * locales/en_DK: Likewise.
+       * locales/en_GB: Likewise.
+       * locales/en_IE: Likewise.
+       * locales/en_NZ: Likewise.
+       * locales/en_ZA: Likewise.
+       * locales/en_ZW: Likewise.
+       * locales/es_AR: Likewise.
+       * locales/es_BO: Likewise.
+       * locales/es_CL: Likewise.
+       * locales/es_CO: Likewise.
+       * locales/es_DO: Likewise.
+       * locales/es_EC: Likewise.
+       * locales/es_ES: Likewise.
+       * locales/es_HN: Likewise.
+       * locales/es_MX: Likewise.
+       * locales/es_PA: Likewise.
+       * locales/es_PE: Likewise.
+       * locales/es_PY: Likewise.
+       * locales/es_SV: Likewise.
+       * locales/es_US: Likewise.
+       * locales/es_UY: Likewise.
+       * locales/es_VE: Likewise.
+       * locales/et_EE: Likewise.
+       * locales/fa_IR: Likewise.
+       * locales/fo_FO: Likewise.
+       * locales/fr_CA: Likewise.
+       * locales/fr_CH: Likewise.
+       * locales/gv_GB: Likewise.
+       * locales/he_IL: Likewise.
+       * locales/hr_HR: Likewise.
+       * locales/id_ID: Likewise.
+       * locales/is_IS: Likewise.
+       * locales/it_CH: Likewise.
+       * locales/iw_IL: Likewise.
+       * locales/kl_GL: Likewise.
+       * locales/ko_KR: Likewise.
+       * locales/kw_GB: Likewise.
+       * locales/lg_UG: Likewise.
+       * locales/lt_LT: Likewise.
+       * locales/lv_LV: Likewise.
+       * locales/mi_NZ: Likewise.
+       * locales/nhn_MX: Likewise.
+       * locales/nl_BE: Likewise.
+       * locales/pl_PL: Likewise.
+       * locales/sk_SK: Likewise.
+       * locales/sl_SI: Likewise.
+       * locales/sv_FI: Likewise.
+       * locales/tl_PH: Likewise.
+       * locales/tr_TR: Likewise.
+       * locales/vi_VN: Likewise.
+
 2015-07-21  Khem Raj  <raj.khem@gmail.com>
 
        [BZ #17475]
index d5bb95ed4bedb4651e1dcce24ec99b20a4ac262e..7416c03fecae2d025f9eb5d6b8135e27832c26ba 100644 (file)
@@ -2,7 +2,6 @@
 <comment_char> %
 <escape_char> /
 % version: 1.0
-% repertoiremap: mnemonic,ds
 %  source: ECMA registry
 
 % alias ISO-IR-99
index f7fd9db2e521030a6663fff887d72660832715f8..65756b88649909f16271ca6da9b66fbfa42c3d4c 100644 (file)
@@ -2,7 +2,6 @@
 <comment_char> %
 <escape_char> /
 % version: 1.0
-% repertoiremap: mnemonic,ds
 %  source: ECMA registry
 
 % alias ISO-IR-6
index 4ab4ac7df206c4f46112cc68b194596ced842180..3b89bcf346771b6869346d7b4c8a36c483e83423 100644 (file)
@@ -2,7 +2,6 @@
 <comment_char> %
 <escape_char> /
 % version: 1.0
-% repertoiremap: mnemonic,ds
 %  source: ECMA registry
 
 % alias ISO-IR-4
index d25055072c73557c7fcfff99021d535b168867e2..cb102cc14dce688c689a763f51b7e5e1417b1eaa 100644 (file)
@@ -2,7 +2,6 @@
 <comment_char> %
 <escape_char> /
 % version: 1.0
-% repertoiremap: mnemonic,ds
 %  source: ECMA registry
 
 % alias ISO-IR-47
index a807051b3f7270a0fa2860ee31d664951de2feb8..c92ffe8ff44bded943da1734f134683f95d55513 100644 (file)
@@ -2,7 +2,6 @@
 <comment_char> %
 <escape_char> /
 % version: 1.0
-% repertoiremap: mnemonic,ds
 %  source: UNICODE 1.0
 
 % alias MS-EE
index 806c5f1863ba5c891341095571817564794585ff..229f9c02d265c941d61509c262e35f337d1d6486 100644 (file)
@@ -2,7 +2,6 @@
 <comment_char> %
 <escape_char> /
 % version: 1.0
-% repertoiremap: mnemonic,ds
 %  source: UNICODE 1.0
 
 % alias MS-CYRL
index afc862fe4a6ca9149253b1d94cf5222e7063e010..aa2f14bc4511d000a0859dffd65adbd755072246 100644 (file)
@@ -2,7 +2,6 @@
 <comment_char> %
 <escape_char> /
 % version: 1.0
-% repertoiremap: mnemonic,ds
 %  source: UNICODE 1.0
 
 % alias MS-ANSI
index 1989f1055c2353fb2974a72e67661a1ea63f3880..ac006c80fcac30dca45d06315d3bad28ae526202 100644 (file)
@@ -2,7 +2,6 @@
 <comment_char> %
 <escape_char> /
 % version: 1.0
-% repertoiremap: mnemonic,ds
 %  source: UNICODE 1.0
 
 % alias MS-GREEK
index 548025c9fe5c9bcf5ea4354ec9e660a80df15030..adeca448886ec93f1f002bcb675dcfc188a7474f 100644 (file)
@@ -2,7 +2,6 @@
 <comment_char> %
 <escape_char> /
 % version: 1.0
-% repertoiremap: mnemonic,ds
 %  source: UNICODE 1.0
 
 % alias MS-TURK
index 278aea3de269ddf15cffb6f4186683aecf132f29..09b92199f3cde5bb63bda2b02125afb22a8fe3cb 100644 (file)
@@ -2,7 +2,6 @@
 <comment_char> %
 <escape_char> /
 % version: 1.0
-% repertoiremap: mnemonic,ds
 %  source: UNICODE 1.0
 
 % alias MS-HEBR
index fb7517d418906b1e75811018194aedad2b94b5f7..92db846adc42518a87451b4ab8bdda915c11b4f4 100644 (file)
@@ -2,7 +2,6 @@
 <comment_char> %
 <escape_char> /
 % version: 1.0
-% repertoiremap: mnemonic,ds
 %  source: UNICODE 1.0
 
 % alias MS-ARAB
index 640f449f4ce33b45c2400e920c169a84686fa99e..0d158f7ca7bebd3446dc9305d1ea8e6c1ee9b9a2 100644 (file)
@@ -2,7 +2,6 @@
 <comment_char> %
 <escape_char> /
 % version: 1.0
-% repertoiremap: mnemonic,ds
 %  source: ECMA registry
 
 % alias ISO-IR-139
index 79036859c7ea5e700704af68867e480ca2497f4d..f2c8bc0eeadfcc9f8320f507095d9e47f135b2b4 100644 (file)
@@ -2,7 +2,6 @@
 <comment_char> %
 <escape_char> /
 % version: 1.0
-% repertoiremap: mnemonic,ds
 %  source: IBM 3270 Char Set Ref Ch 10, GA27-2837-9, April 1987
 
 CHARMAP
index 313c2aa00ef2cf2d74c691333a6b829c5c1ba3c0..e7eaca3b5ee16b1f36641834c8e688643edbf637 100644 (file)
@@ -2,7 +2,6 @@
 <comment_char> %
 <escape_char> /
 % version: 1.0
-% repertoiremap: mnemonic,ds
 %  source: ECMA registry
 
 % alias ISO-IR-57
index 82ab9ff177a44105daa8f25accfb0e6b47ff7f24..03dea89253e74b6342820da450531aa9f350aa7b 100644 (file)
@@ -2,7 +2,6 @@
 <comment_char> %
 <escape_char> /
 % version: 1.0
-% repertoiremap: mnemonic,ds
 %  source: ECMA registry
 
 % alias ISO-IR-150
index db74d60e9bc2f52aec855d6c73ffed15816aceb8..2d884404e6db1f6199a7a5ac47a27f8765082f93 100644 (file)
@@ -2,7 +2,6 @@
 <comment_char> %
 <escape_char> /
 % version: 1.0
-% repertoiremap: mnemonic,ds
 %  source: ECMA registry
 
 % alias ISO-IR-88
index 34ea524e22a92a89691a5ba47be36b8b9ecef45f..53ab595ddcaa15595e7b005fd351cd7c786222a8 100644 (file)
@@ -2,7 +2,6 @@
 <comment_char> %
 <escape_char> /
 % version: 1.0
-% repertoiremap: mnemonic,ds
 %  source: ECMA registry
 
 % alias ISO-IR-50
index 6165cc8c527d285f10e77dd7bfd929747b915019..c2202ecbb50caa7407dddfb444d4bee13f973456 100644 (file)
@@ -6,23 +6,10 @@
 % author: Pablo Saratxaga, and Roozbeh Pournader
 % email: pablo@mandrakesoft.com, roozbeh@sina.sharif.ac.ir
 
-% I think the mnemonic for upper space (0xA0) should be different from
-% lower space (0x20). Because the semantics are different, although they
-% are mapped to a single Unicode character. This is specially important
-% when specifying LC_CTYPE. Because we need to distinguish the characters.
-% Also, their BIDI behaviour is different of course. This is true also
-% of other characters like punctuations, etc.
 % Please note that the Unicode equivalents of the Persian part (0x80..0xFF)
 % are for compatiblity purposes only. I have also changed the fourth
 % column consisting of names to reflect the difference. The names are
 % invented on the pattern of Unicode character names. --RP
-%
-% NOTE: Some entries were missing in the mnemonics.ds file; We invented our
-% own. Those are: <zwnj>, <zwj>, <!+>, <Rl>, <%+>, <.+>, <,f>, <(+>,
-% <)+>, <*X+>, <+f>, <-f>, <.f>, <//f>, <0f>..<9f>, <:f>, <<f>, <=f>,
-% </>f>, <kf>, <yf>, <)/>+>, <<(+>, <!)+>, <(!+>, <<<+>, </>/>+>, <*+>,
-% <!!+>, and <////+>. Also, all character sequences
-% <NU>..<US>, <SP>, <DT> have counter-parts <NU+>..<US+>, <SP+>, <DT+>
 
 CHARMAP
 <U0000>     /x00         NULL (NUL)
index 398bb2414d6f4b46e56baf96454b499d6806d0f8..3daa9345512df0846f808670d2eb32e28b049c0a 100644 (file)
@@ -2,7 +2,6 @@
 <comment_char> %
 <escape_char> /
 % version: 1.0
-% repertoiremap: mnemonic,ds
 %  source: ECMA registry
 
 % alias ISO-IR-98
index 7689a5b431ce51bcd1cfd691af15abfead2b9706..3f10b81688c2e4c3814bfb5e20f4d189869338de 100644 (file)
@@ -2,7 +2,6 @@
 <comment_char> %
 <escape_char> /
 % version: 1.0
-% repertoiremap: mnemonic,ds
 %  source: ECMA registry
 
 % alias ISO-IR-54
index 457ce6ec64efe03c3d536c845cc92036b7f5f828..df89cb82f2f8abb7a570f20a70bcdf43825b9bab 100644 (file)
@@ -16,7 +16,6 @@
 # Date: 1997-03-15
 # Application: general
 # Users: general
-# Repertoiremap: POSIX
 # Charset: ISO646:1993
 # Distribution and use is free, also for
 # commercial purposes.
index 4046f283f216eff75c7e815b1582cace38f1a05a..1e4a185631e782d27cfb56d84aa3a4dea00bdc3c 100644 (file)
@@ -5,8 +5,6 @@ escape_char  /
 % Charset: ISO-8859-6
 % By: Salvador Sabanal, LinuxLab, SAP AG <salvador.sabanal@sap.com>
 % Date: Oct. 18, 1999
-% Adjusted to glibc mnemonics --drepper 2000-02-12
-% Adjusted to glibc mnemonics --strassburger 2000-09-28
 
 LC_IDENTIFICATION
 title      "Arabic locale for Saudi Arabia"
index 2dfd2b2931b5649ff289f318a09b59f16e55ca0b..7fb8542f4e0b3fe5daac6f33003617618aa08f91 100644 (file)
@@ -10,7 +10,6 @@ escape_char  /
 % Date: 2002-04-06
 % Application: general
 % Users: general
-% Repertoiremap: mnemonic.ds
 % Charset: CP1251
 % Distribution and use is free, also
 % for commercial purposes.
index eecdc9ca1272fa8eaf59adb967e6af1d3481b2cd..3afb364328a798cd8a85b60bc404299da3beb9b7 100644 (file)
@@ -10,7 +10,6 @@ escape_char  /
 % Date: 2005-09-24
 % Application: general
 % Users: general
-% Repertoiremap: mnemonic.ds
 % Charset: UTF-8
 % Distribution and use is free, also
 % for commercial purposes.
index c5dc9faa607a951c5a4fdb962471ae1e2b99b027..20a7d78e291bf137ac469b7d8b801ce05136416a 100644 (file)
@@ -13,7 +13,6 @@ escape_char  /
 % Date: 1999-08-11
 % Application: general
 % Users: general
-% Repertoiremap: mnemonic,ds
 % Charset: ISO-8859-1
 % Distribution and use is free, also
 % for commercial purposes.
index 2a7b4fa5af51b62a121d8942fc3e651282cede90..0d710cc97f71dde4bf9cb28fefe71b4de2906e38 100644 (file)
@@ -15,7 +15,6 @@ comment_char %
 % Date: 1999-02-07
 % Application: general
 % Users: general
-% Repertoiremap: mnemonic.ds
 % Charset: ISO_8859-2:1987
 % Distribution and use is free, also for commercial purposes.
 
index c5024a4e49884f8463c07d7827ca13cbda0103c9..a3c55619b0b2fe5f4be5e0baf59b504c603a5c31 100644 (file)
@@ -15,7 +15,6 @@ comment_char %
 % Date: 1996-10-15
 % Application: general
 % Users: general
-% Repertoiremap: mnemonic.ds
 % Charset: ISO-8859-1
 % Distribution and use is free, also
 % for commercial purposes.
index ab907f21e0df634bc843b58c324330ee257da4c7..993bd593187cc56caa2f0b0ff8f9c88855edc2b6 100644 (file)
@@ -14,7 +14,6 @@ escape_char  /
 % Revision: 4.3
 % Date: 1996-10-15
 % Users: general
-% Repertoiremap: mnemonic.ds
 % Charset: ISO-8859-1
 % Distribution and use is free, also
 % for commercial purposes.
index 8835f0888d867283fdd69bbea1008a7be08c97ae..150dce0d682da031b5389e67fb5e84c16e17aabb 100644 (file)
@@ -14,7 +14,6 @@ escape_char  /
 % Revision: 4.3
 % Date: 1996-10-15
 % Users: general
-% Repertoiremap: mnemonic.ds
 % Distribution and use is free, also
 % for commercial purposes.
 
index 1e66f9a5020892d6e8d28e96f25f8f6522fc4f60..226b73c05edd780b2b01e1e8fe998be92ff5dac3 100644 (file)
@@ -14,7 +14,6 @@ escape_char  /
 % Revision: 4.3
 % Date: 1996-10-15
 % Users: general
-% Repertoiremap: mnemonic.ds
 % Charset: ISO-8859-1
 % Distribution and use is free, also
 % for commercial purposes.
index 07168371dca261b3de63cd6b9999986ef17429b8..c50142176957751e25eaeba83395de9165ec7644 100644 (file)
@@ -14,7 +14,6 @@ comment_char  %
 % Revision: 4.3
 % Date: 1997-11-05
 % Users: general
-% Repertoiremap: mnemonic.ds
 % Charset: ISO-8859-1
 % Distribution and use is free, also
 % for commercial purposes.
index 1de3e0410baab1c756dfa8afc7c73bded279a638..5f65c55f413ba04f47602e6659a7d2f6f5ac5072 100644 (file)
@@ -11,7 +11,6 @@ comment_char  %
 % Revision: 1.0
 % Date: 1999-12-23
 % Users: general
-% Repertoiremap: mnemonic,ds
 % Charset: ISO-8859-1
 % Distribution and use is free, also
 % for commercial purposes.
index 5d66fbbdbbcd290fcf894234cadd0cd9a819f95e..bc52baac37d7ec6e0cabf3193b27f1de6df16180 100644 (file)
@@ -16,7 +16,6 @@ comment_char  %
 % Date: 1996-10-15
 % Application: general
 % Users: general
-% Repertoiremap: mnemonic.ds
 % Charset: ISO-8859-1
 % Distribution and use is free, also
 % for commercial purposes.
index cbad0821271aaaf4a920e71b56207b1a13fe7135..585f4cd49c50db058f6a3d8ec6e61ddff5a9b36a 100644 (file)
@@ -19,7 +19,6 @@ comment_char %
 % Date: 1996-09-18
 % Application: general
 % Users: general
-% Repertoiremap: mnemonic.ds
 % Charset: ISO_8859-1:1987
 % Distribution and use is free, also for
 % commercial purposes.
index b60ddfd990fcb65d46e0cc4098799f8ddda098a4..3acab4cb08ef1bc2dbae9c7fa6f9f5f383f34e27 100644 (file)
@@ -14,7 +14,6 @@ comment_char  %
 % Revision: 4.3
 % Date: 1996-10-15
 % Users: general
-% Repertoiremap: mnemonic.ds
 % Charset: ISO-8859-1
 % Distribution and use is free, also
 % for commercial purposes.
index 3003b99393c756cf734e67a4a37168beae74e683..a8b080eab18ca2856afcc3f26ee83c30888d1148 100644 (file)
@@ -14,7 +14,6 @@ comment_char  %
 % Revision: 4.4
 % Date: 1997-11-05
 % Users: general
-% Repertoiremap: mnemonic.ds
 % Charset: ISO-8859-1
 % Distribution and use is free, also
 % for commercial purposes.
index 2533d850288ad82259e62693eb761d3b40504418..245438374f0ed660b494b0b4768449a19133667f 100644 (file)
@@ -14,7 +14,6 @@ comment_char  %
 % Revision: 4.3
 % Date: 1997-11-05
 % Users: general
-% Repertoiremap: mnemonic.ds
 % Charset: ISO-8859-1
 % Distribution and use is free, also
 % for commercial purposes.
index 294b0a31043c886d1bac68a4533b546eef5fc19d..1227278cf82eed201ce2e929ede113d6b38bbac1 100644 (file)
@@ -11,7 +11,6 @@ comment_char  %
 % Revision: 1.3
 % Date: 2007-04-19
 % Users: general
-% Repertoiremap: mnemonic,ds
 % Charset: ISO-8859-1
 % Distribution and use is free, also
 % for commercial purposes.
index 793785b0b52fe3ffc58296337a9665017df48fa0..1fb24683a8ca71bd010dacdbd1e61fb6dae0aead 100644 (file)
@@ -11,7 +11,6 @@ comment_char  %
 % Revision: 1.0
 % Date: 1999-12-23
 % Users: general
-% Repertoiremap: mnemonic,ds
 % Charset: ISO-8859-1
 % Distribution and use is free, also
 % for commercial purposes.
index dd6959df558c7419f89a2bb70b46370d34174244..26f394a0344e0b8897e7c6f984193ba7d40e00c7 100644 (file)
@@ -15,7 +15,6 @@ escape_char  /
 % Date: 1997-11-05
 % Application: general
 % Users: general
-% Repertoiremap: mnemonic.ds
 % Charset: ISO-8859-1
 % Distribution and use is free, also
 % for commercial purposes.
index 31f9ec204ea852c6d3a9c3f7431ba3766222dd47..b2ecb50488bd44b08e70a24e2842d9282413a9b7 100644 (file)
@@ -15,7 +15,6 @@ escape_char  /
 % Date: 1997-11-05
 % Application: general
 % Users: general
-% Repertoiremap: mnemonic.ds
 % Charset: ISO-8859-1
 % Distribution and use is free, also
 % for commercial purposes.
index 0a467febe91991ee5890f8c5d88a5da17f57b52d..ae612cbbb97b49c3c442514cb4c14a8476131a2e 100644 (file)
@@ -15,7 +15,6 @@ escape_char  /
 % Date: 1997-11-05
 % Application: general
 % Users: general
-% Repertoiremap: mnemonic.ds
 % Charset: ISO-8859-1
 % Distribution and use is free, also
 % for commercial purposes.
index f31d2479ef9b5751d3fd435b5f6ce37dcf4fe48b..640591064e2b5b56c475842f57541de6f4119603 100644 (file)
@@ -15,7 +15,6 @@ escape_char  /
 % Date: 1997-11-05
 % Application: general
 % Users: general
-% Repertoiremap: mnemonic.ds
 % Charset: ISO-8859-1
 % Distribution and use is free, also
 % for commercial purposes.
index 8816d03817325e4562cf95f43599cb365ec040e7..7aa54c86f7183f8ba48c52087896541086669eb1 100644 (file)
@@ -15,7 +15,6 @@ escape_char  /
 % Date: 1997-11-05
 % Application: general
 % Users: general
-% Repertoiremap: mnemonic.ds
 % Charset: ISO-8859-1
 % Distribution and use is free, also
 % for commercial purposes.
index b2145ec9893a91eaef494f9acfa157fd384eeec6..d8f225683842de7df34635e16af4fea219abe752 100644 (file)
@@ -15,7 +15,6 @@ escape_char  /
 % Date: 1997-03-18
 % Application: general
 % Users: general
-% Repertoiremap: mnemonic.ds
 % Charset: ISO-8859-1
 % Distribution and use is free, also
 % for commercial purposes.
index 7af543393a202e774ba05d1c7a588afdc74991f2..7849bd918441c9d3606b6f8ddc127ca21e1f6769 100644 (file)
@@ -15,7 +15,6 @@ escape_char  /
 % Date: 1997-03-18
 % Application: general
 % Users: general
-% Repertoiremap: mnemonic.ds
 % Charset: ISO-8859-1
 % Distribution and use is free, also
 % for commercial purposes.
index fbc0558b92c02bbd1969e18551c75daa79165105..11a4c373a8c08b50648bf0deaeb534c8e7873c5f 100644 (file)
@@ -15,7 +15,6 @@ escape_char  /
 % Date: 1997-11-05
 % Application: general
 % Users: general
-% Repertoiremap: mnemonic,ds
 % Charset: ISO-8859-1
 % Distribution and use is free, also
 % for commercial purposes.
index 5a4e3642f90ac8bb2458bc11903a79eb16d19d79..258a0737b03e6510f39d20b58083bc8516b88664 100644 (file)
@@ -15,7 +15,6 @@ escape_char  /
 % Date: 1997-11-05
 % Application: general
 % Users: general
-% Repertoiremap: mnemonic.ds
 % Charset: ISO-8859-1
 % Distribution and use is free, also
 % for commercial purposes.
index 8bfb0e3775ec5fab6986e47a175ed86862ffafa0..9d998d2809f6b41482cb0063a4dee6702150d135 100644 (file)
@@ -15,7 +15,6 @@ escape_char  /
 % Date: 1997-11-05
 % Application: general
 % Users: general
-% Repertoiremap: mnemonic.ds
 % Charset: ISO-8859-1
 % Distribution and use is free, also
 % for commercial purposes.
index 399af56fcd7212af9aa278e138ad44d9d1377970..5557060887a11926cc1732ceff42ef3893f91185 100644 (file)
@@ -15,7 +15,6 @@ escape_char  /
 % Date: 1997-11-05
 % Application: general
 % Users: general
-% Repertoiremap: mnemonic.ds
 % Charset: ISO-8859-1
 % Distribution and use is free, also
 % for commercial purposes.
index 465ff555fa4594a3ac133fcaf90b1b19d20976bd..1d3d20b41f0732783e93083221dbce905d5c170f 100644 (file)
@@ -15,7 +15,6 @@ escape_char  /
 % Date: 1997-11-05
 % Application: general
 % Users: general
-% Repertoiremap: mnemonic.ds
 % Charset: ISO-8859-1
 % Distribution and use is free, also
 % for commercial purposes.
index c7201e6845b8f97c2cb10ef6b95c1cd44359dd93..041ebdc4bd1ce604a9be3e182c288615999aff82 100644 (file)
@@ -15,7 +15,6 @@ escape_char  /
 % Date: 1997-11-05
 % Application: general
 % Users: general
-% Repertoiremap: mnemonic.ds
 % Charset: ISO-8859-1
 % Distribution and use is free, also
 % for commercial purposes.
index 6b808d571ff9050b73931a0389662a299d927e52..312e1caf5ca1ce8c389b72879543373d2af4a2c5 100644 (file)
@@ -15,7 +15,6 @@ escape_char  /
 % Date: 1997-03-18
 % Application: general
 % Users: general
-% Repertoiremap: mnemonic.ds
 % Charset: ISO-8859-1
 % Distribution and use is free, also
 % for commercial purposes.
index 76877b1c99f436b7c01daa51b40598ce1b7c7a29..d6dd11c4a36b00bedabc9975d0574fb48c5b22d2 100644 (file)
@@ -15,7 +15,6 @@ escape_char  /
 % Date: 1997-11-05
 % Application: general
 % Users: general
-% Repertoiremap: mnemonic.ds
 % Charset: ISO-8859-1
 % Distribution and use is free, also
 % for commercial purposes.
index 6dbfa1e490dbfdf56f159fc2bf9b969f003cde3f..53d42bde6c830c565b1e0b0cce25d68477cb55f3 100644 (file)
@@ -15,7 +15,6 @@ escape_char  /
 % Date: 1997-11-05
 % Application: general
 % Users: general
-% Repertoiremap: mnemonic.ds
 % Charset: ISO-8859-1
 % Distribution and use is free, also
 % for commercial purposes.
index dd905b9d7dfc20c9e383a88342933d4e6b35145a..d1a0291b729afbb5aa45ba919cbae994e6949127 100644 (file)
@@ -16,7 +16,6 @@ comment_char %
 % Date: 1996-10-15
 % Application: general
 % Users: general
-% Repertoiremap: mnemonic.ds
 % Charset: ISO-8859-15
 % Distribution and use is free, also
 % for commercial purposes.
index c2e493e053d7b2b2cdd62d881b4a80832d5e0ca3..73702d2911315a5709520523bc20e24b3d5fe3f1 100644 (file)
@@ -13,7 +13,6 @@ escape_char  /
 % Revision: 3.0
 % Date: 2005-04-06
 % Users: general
-% Repertoiremap:
 % Charset: UTF-8
 % Distribution and use is free, also
 % for commercial purposes.
index 49bb288e9317755bb4a8d4c9dc93553c08690645..c029e688da3e136a2af94c4a94b59c0a74221d4e 100644 (file)
@@ -14,7 +14,6 @@ comment_char %
 % Revision: 4.3
 % Date: 1996-10-15
 % Users: general
-% Repertoiremap: mnemonic.ds
 % Charset: ISO-8859-1
 % Distribution and use is free, also
 % for commercial purposes.
index 5e2c5a124f1e3afdbdd300cb0aef2fbcf10630cc..fa4205378c5d5ed991c280ae3caf8eea2d577f80 100644 (file)
@@ -14,7 +14,6 @@ escape_char  /
 % Revision: 4.3
 % Date: 1996-10-15
 % Users: general
-% Repertoiremap: mnemonic.ds
 % Charset: ISO-8859-1
 % Distribution and use is free, also
 % for commercial purposes.
index b51f68bf1095574bc268155a595bebaf2f3011cf..fa9aca4f2052db32c8fcd25632f3b7ceb1611203 100644 (file)
@@ -14,7 +14,6 @@ escape_char  /
 % Revision: 4.3
 % Date: 1996-10-15
 % Users: general
-% Repertoiremap: mnemonic.ds
 % Charset: ISO-8859-1
 % Distribution and use is free, also
 % for commercial purposes.
index 7aede2e8b9786165dbc80fa592b701769a03b596..937375cf09c483392799a92c68d994fe4a82952d 100644 (file)
@@ -16,7 +16,6 @@ comment_char  %
 % Revision: 4.3
 % Date: 1999-07-06
 % Users: general
-% Repertoiremap: mnemonic,ds
 % Charset: ISO-8859-1
 % Distribution and use is free, also
 % for commercial purposes.
index fe8125bed97e87a624c2b0310a63c28a0725c1ff..41b50840c18db8ad2d54a1de72858c6b80436a82 100644 (file)
@@ -14,7 +14,6 @@ escape_char  /
 % Revision: 4.4
 % Date: 1997-03-18
 % Users: general
-% Repertoiremap: mnemonic.ds
 % Charset: ISO-8859-8
 % Distribution and use is free, also
 % for commercial purposes.
index 177d33a31e88fd3632153e8b89b049855661b1a5..6dc8645b8c1acbda90e17f7b35e1bb503291fe0a 100644 (file)
@@ -15,7 +15,6 @@ escape_char  /
 % Date: 1999-03-01
 % Application: general
 % Users: general
-% Repertoiremap: mnemonic.ds
 % Charset: ISO-8859-2
 % Distribution and use is free, also
 % for commercial purposes.
index 29bc8211d6cf05c71083b42a5d73536c1c3333ae..07afc3cc45ee354403bec3c05610140c7e242b1a 100644 (file)
@@ -14,7 +14,6 @@ comment_char  %
 % Date: 1999-09-08
 % Application: general
 % Users: general
-% Repertoiremap:
 % Charset: ISO-8859-1
 % Distribution and use is free, also
 % for commercial purposes.
index a687c24d22852b62ca8511a1fd98acb8410b740e..fd919dca5a36a3050b6bdad9dfefb94abdbf8667 100644 (file)
@@ -15,7 +15,6 @@ escape_char  /
 % Date: 1996-10-15
 % Application: general
 % Users: general
-% Repertoiremap: mnemonic.ds
 % Charset: ISO-8859-1
 % Distribution and use is free, also
 % for commercial purposes.
index b110b73b37f62baa060a0324f5e164cd6f6c8157..5f50d7e3c682b563a8d33711e7a8da7e4c3f30e5 100644 (file)
@@ -7,7 +7,6 @@ escape_char  /
 % Revision: ........
 % Date: 1999-01-21
 % Users: general
-% Repertoiremap: mnemonic.ds
 % Charset: ISO-8859-1
 % Distribution and use is free, also
 % for commercial purposes.
index 7ab893a99b379ec65e68b7f06f96ecfce21621d0..0ff60e427f829945deb24d7e98e3a5bd772f3fd5 100644 (file)
@@ -14,7 +14,6 @@ escape_char  /
 % Revision: 4.4
 % Date: 1997-03-18
 % Users: general
-% Repertoiremap: mnemonic.ds
 % Charset: ISO-8859-8
 % Distribution and use is free, also
 % for commercial purposes.
index 461de6c33c9f6a7affea7f502da22ab0ffb3594a..a7213874dcf7cb19edc1998507e433cb43ee5108 100644 (file)
@@ -14,7 +14,6 @@ comment_char %
 % Revision: 4.3
 % Date: 1996-10-15
 % Users: general
-% Repertoiremap: mnemonic.ds
 % Charset: ISO-8859-1
 % Distribution and use is free, also
 % for commercial purposes.
index 65bcbde2f88a0ef5b4796bd04dc88dd5ee9a19e5..15b55f47f31588be3dc3c37bd44fd6d8af4edcc1 100644 (file)
@@ -13,7 +13,6 @@ comment_char %
 % Date: 2000-11-09
 % Application: general
 % Users: general
-% Repertoiremap: mnemonic.ds
 % Distribution and use is free, also for commercial purposes.
 
 %Changes:
index ece7c55c4e733f8558caf9c20f39700e7196c672..fb34a71aaf0e67a7a37d2d79348bc328fe799b2f 100644 (file)
@@ -17,7 +17,6 @@ comment_char  %
 % Revision: 1.0
 % Date: 1999-08-09
 % Users: general
-% Repertoiremap: mnemonic,ds
 % Charset: ISO-8859-1
 % Distribution and use is free, also
 % for commercial purposes.
index 99dce103d038d09e92b4525c8b3be67aad42ca19..d79a81611ce4aece656b6c3da6578c81b5a9c5f2 100644 (file)
@@ -14,7 +14,6 @@ comment_char  %
 % Revision: 1.0
 % Date: 2001-11-04
 % Users: general
-% Repertoiremap: mnemonic.ds
 % Charset: ISO-8859-10
 % Distribution and use is free, also
 % for commercial purposes.
index 7cf186b79619eda8ce511b25f0d34bc2b6c60bd9..44b1c75a06a1b36a1809e45aa373ebb54b0b4ded 100644 (file)
@@ -25,7 +25,6 @@ comment_char %
 % Date: 1995-08-28
 % Application: general
 % Users: general
-% Repertoiremap: mnemonic.ds
 % Charset: BALTIC
 % Distribution and use is free, also
 % for commercial purposes.
index 5fbfa1bb37b5f4924ce26b38eeceab79759ed622..59c90304e955fe6d03db37995b2b2f2092529773 100644 (file)
@@ -15,7 +15,6 @@ comment_char %
 % Date: 1995-08-28
 % Application: general
 % Users: general
-% Repertoiremap: mnemonic.ds
 % Charset: BALTIC
 % Distribution and use is free, also
 % for commercial purposes.
index 1f13552cae06c116a40e2186fe84fd314dab9c96..f9b5b4fdda678daad82447a3e17d0ec520318762 100644 (file)
@@ -10,7 +10,6 @@ escape_char  /
 % Revision: 0.3
 % Date: 2001-01-28
 % Users: general
-% Repertoiremap: mnemonic,ds
 % Charset: ISO-8859-13
 % Distribution and use is free, also
 % for commercial purposes.
index d57ff8427174bc445eff6b2b7f23e8121972f98c..af5620a7690ea4ea80f8d9ea5abab501d97c953f 100644 (file)
@@ -13,7 +13,6 @@ escape_char  /
 % Date: 2012-08-19
 % Application: general
 % Users: general
-% Reportoiremap: mnemonics.ds
 % Charset: UTF-8
 % This file is distributed under the same license as the glibc package.
 
index 1a6541900a6dc286a4a360b4228e7fda379381b7..78661fdd4260525da23f390a601a74407dc8233f 100644 (file)
@@ -14,7 +14,6 @@ escape_char  /
 % Revision: 4.3
 % Date: 1996-10-15
 % Users: general
-% Repertoiremap: mnemonic.ds
 % Charset: ISO-8859-1
 % Distribution and use is free, also
 % for commercial purposes.
index 86d4e472118d372b982e444ab0ddfb6ec79d24f3..e829330cf4616b86739d40feaa2432d086f1df39 100644 (file)
@@ -15,7 +15,6 @@ escape_char /
 % Date: 1997-03-18
 % Application: general
 % Users: general
-% Repertoiremap: mnemonic.ds
 % Charset: ISO-8859-2
 % Distribution and use is free, also
 % for commercial purposes.
index dbfcfe9535a2afc44c185c53253f4cfb6f9510ce..bd8cfed615ff987793974c750a8d45116308c604 100644 (file)
@@ -14,7 +14,6 @@ comment_char %
 % Date: 1998-05-26
 % Application: general
 % Users: general
-% Repertoiremap: mnemonic.ds
 % Charset: ISO-8859-2
 % Distribution and use is free, also for commercial purposes.
 
index 9fb44da080ca52cddd0a5c6b3abbe1fff97efbeb..4e6c18398469c8c8457cd9be162fa1defcaa9ecf 100644 (file)
@@ -15,7 +15,6 @@ escape_char  /
 % Date: 1997-11-05
 % Application: general
 % Users: general
-% Repertoiremap: mnemonic.ds
 % Charset: ISO-8859-2
 % Distribution and use is free, also
 % for commercial purposes.
index fca29353e0c16030fa9cc1fec42594f298a7c4de..44fac8541d458f306fa4c57e93cee705fe7fb379 100644 (file)
@@ -14,7 +14,6 @@ escape_char  /
 % Revision: 4.3
 % Date: 1996-10-15
 % Users: general
-% Repertoiremap: mnemonic.ds
 % Charset: ISO-8859-1
 % Distribution and use is free, also
 % for commercial purposes.
index a01ef8bff66fd7fddf7e9a082fe55fe3417b716a..583bc2d4aa63a444064a085a5495d72bbd42bc92 100644 (file)
@@ -10,7 +10,6 @@ escape_char  /
 % Revision: 0.2
 % Date: 2001-01-28
 % Users: general
-% Repertoiremap: mnemonic,ds
 % Charset: ISO-8859-1
 % Distribution and use is free, also
 % for commercial purposes.
index f54be2c624cabf092c2065a249485b3258283b9a..e306b2ef529c7e0f6863a4331b5c1494d77d0eac 100644 (file)
@@ -15,7 +15,6 @@ escape_char  /
 % Date: 1997-03-18
 % Application: general
 % Users: general
-% Repertoiremap: mnemonic.ds
 % Charset: ISO-8859-9
 % Distribution and use is free, also
 % for commercial purposes.
index 0c045c622640700ca4be67f70b73b700fff921f1..e8c86a1cd6aff4de7ca6cb4d435614f37fe6a751 100644 (file)
@@ -13,7 +13,6 @@ comment_char %
 % Revision: 1.1
 % Date: 2004-01-09
 % Users: general
-% Repertoiremap:
 % Charset: UTF-8
 % Distribution and use is free, also
 % for commercial purposes.