This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Remove obsolete repertoire map references


Hi,

did you actually check the patch itself, it does not remove any
repertoire maps since those were removed back in 2000 already, it merely
removes the remnant comment references which have been incorrect since
then, what would be the point of keeping them around?

Repertoire maps can still be used after this patch if needed.

Thanks,

On 2015-06-03 23:19, keld@keldix.com wrote:
> Hi group
> 
> I don't think this is a good way to proceed. We need repertoire 
> maps to tell what the capabilities needed are for the different specs.
> 
> Best regards
> Keld
> 
> On Wed, Jun 03, 2015 at 06:59:25PM +0300, Marko Myllynen wrote:
>> Hi,
>>
>> Ond??ej acked this on 2015-05-13, could someone please check it in?
>>
>> Thanks,
>>
>> On 2015-05-13 11:41, Marko Myllynen wrote:
>>> Hi,
>>>
>>> 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.
>>>
>>> 2015-05-13  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.
>>>
>>> diff --git a/localedata/charmaps/ANSI_X3.110-1983 b/localedata/charmaps/ANSI_X3.110-1983
>>> index d5bb95e..7416c03 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 f7fd9db..65756b8 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 4ab4ac7..3b89bcf 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 d250550..cb102cc 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 a807051..c92ffe8 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 806c5f1..229f9c0 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 afc862f..aa2f14b 100644
>>> --- a/localedata/charmaps/CP1252
>>> +++ b/localedata/charmaps/CP1252
>>> @@ -2,7 +2,6 @@
>>>  <comment_char> %
>>>  <escape_char> /
>>>  % version: 1.0
>>> -% repertoiremap: mnemonic,ds
>>>  %  source: UNICODE 1.0
>>>  
>>>  % alias MS-ANSI
>>> diff --git a/localedata/charmaps/CP1253 b/localedata/charmaps/CP1253
>>> index 1989f10..ac006c8 100644
>>> --- a/localedata/charmaps/CP1253
>>> +++ b/localedata/charmaps/CP1253
>>> @@ -2,7 +2,6 @@
>>>  <comment_char> %
>>>  <escape_char> /
>>>  % version: 1.0
>>> -% repertoiremap: mnemonic,ds
>>>  %  source: UNICODE 1.0
>>>  
>>>  % alias MS-GREEK
>>> diff --git a/localedata/charmaps/CP1254 b/localedata/charmaps/CP1254
>>> index 548025c..adeca44 100644
>>> --- a/localedata/charmaps/CP1254
>>> +++ b/localedata/charmaps/CP1254
>>> @@ -2,7 +2,6 @@
>>>  <comment_char> %
>>>  <escape_char> /
>>>  % version: 1.0
>>> -% repertoiremap: mnemonic,ds
>>>  %  source: UNICODE 1.0
>>>  
>>>  % alias MS-TURK
>>> diff --git a/localedata/charmaps/CP1255 b/localedata/charmaps/CP1255
>>> index 278aea3..09b9219 100644
>>> --- a/localedata/charmaps/CP1255
>>> +++ b/localedata/charmaps/CP1255
>>> @@ -2,7 +2,6 @@
>>>  <comment_char> %
>>>  <escape_char> /
>>>  % version: 1.0
>>> -% repertoiremap: mnemonic,ds
>>>  %  source: UNICODE 1.0
>>>  
>>>  % alias MS-HEBR
>>> diff --git a/localedata/charmaps/CP1256 b/localedata/charmaps/CP1256
>>> index fb7517d..92db846 100644
>>> --- a/localedata/charmaps/CP1256
>>> +++ b/localedata/charmaps/CP1256
>>> @@ -2,7 +2,6 @@
>>>  <comment_char> %
>>>  <escape_char> /
>>>  % version: 1.0
>>> -% repertoiremap: mnemonic,ds
>>>  %  source: UNICODE 1.0
>>>  
>>>  % alias MS-ARAB
>>> diff --git a/localedata/charmaps/CSN_369103 b/localedata/charmaps/CSN_369103
>>> index 640f449..0d158f7 100644
>>> --- a/localedata/charmaps/CSN_369103
>>> +++ b/localedata/charmaps/CSN_369103
>>> @@ -2,7 +2,6 @@
>>>  <comment_char> %
>>>  <escape_char> /
>>>  % version: 1.0
>>> -% repertoiremap: mnemonic,ds
>>>  %  source: ECMA registry
>>>  
>>>  % alias ISO-IR-139
>>> diff --git a/localedata/charmaps/EBCDIC-DK-NO b/localedata/charmaps/EBCDIC-DK-NO
>>> index 7903685..f2c8bc0 100644
>>> --- a/localedata/charmaps/EBCDIC-DK-NO
>>> +++ b/localedata/charmaps/EBCDIC-DK-NO
>>> @@ -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
>>> diff --git a/localedata/charmaps/GB_1988-80 b/localedata/charmaps/GB_1988-80
>>> index 313c2aa..e7eaca3 100644
>>> --- a/localedata/charmaps/GB_1988-80
>>> +++ b/localedata/charmaps/GB_1988-80
>>> @@ -2,7 +2,6 @@
>>>  <comment_char> %
>>>  <escape_char> /
>>>  % version: 1.0
>>> -% repertoiremap: mnemonic,ds
>>>  %  source: ECMA registry
>>>  
>>>  % alias ISO-IR-57
>>> diff --git a/localedata/charmaps/GREEK-CCITT b/localedata/charmaps/GREEK-CCITT
>>> index 82ab9ff..03dea89 100644
>>> --- a/localedata/charmaps/GREEK-CCITT
>>> +++ b/localedata/charmaps/GREEK-CCITT
>>> @@ -2,7 +2,6 @@
>>>  <comment_char> %
>>>  <escape_char> /
>>>  % version: 1.0
>>> -% repertoiremap: mnemonic,ds
>>>  %  source: ECMA registry
>>>  
>>>  % alias ISO-IR-150
>>> diff --git a/localedata/charmaps/GREEK7 b/localedata/charmaps/GREEK7
>>> index db74d60..2d88440 100644
>>> --- a/localedata/charmaps/GREEK7
>>> +++ b/localedata/charmaps/GREEK7
>>> @@ -2,7 +2,6 @@
>>>  <comment_char> %
>>>  <escape_char> /
>>>  % version: 1.0
>>> -% repertoiremap: mnemonic,ds
>>>  %  source: ECMA registry
>>>  
>>>  % alias ISO-IR-88
>>> diff --git a/localedata/charmaps/INIS-8 b/localedata/charmaps/INIS-8
>>> index 34ea524..53ab595 100644
>>> --- a/localedata/charmaps/INIS-8
>>> +++ b/localedata/charmaps/INIS-8
>>> @@ -2,7 +2,6 @@
>>>  <comment_char> %
>>>  <escape_char> /
>>>  % version: 1.0
>>> -% repertoiremap: mnemonic,ds
>>>  %  source: ECMA registry
>>>  
>>>  % alias ISO-IR-50
>>> diff --git a/localedata/charmaps/ISIRI-3342 b/localedata/charmaps/ISIRI-3342
>>> index 6165cc8..c2202ec 100644
>>> --- a/localedata/charmaps/ISIRI-3342
>>> +++ b/localedata/charmaps/ISIRI-3342
>>> @@ -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)
>>> diff --git a/localedata/charmaps/ISO_2033-1983 b/localedata/charmaps/ISO_2033-1983
>>> index 398bb24..3daa934 100644
>>> --- a/localedata/charmaps/ISO_2033-1983
>>> +++ b/localedata/charmaps/ISO_2033-1983
>>> @@ -2,7 +2,6 @@
>>>  <comment_char> %
>>>  <escape_char> /
>>>  % version: 1.0
>>> -% repertoiremap: mnemonic,ds
>>>  %  source: ECMA registry
>>>  
>>>  % alias ISO-IR-98
>>> diff --git a/localedata/charmaps/ISO_5427-EXT b/localedata/charmaps/ISO_5427-EXT
>>> index 7689a5b..3f10b81 100644
>>> --- a/localedata/charmaps/ISO_5427-EXT
>>> +++ b/localedata/charmaps/ISO_5427-EXT
>>> @@ -2,7 +2,6 @@
>>>  <comment_char> %
>>>  <escape_char> /
>>>  % version: 1.0
>>> -% repertoiremap: mnemonic,ds
>>>  %  source: ECMA registry
>>>  
>>>  % alias ISO-IR-54
>>> diff --git a/localedata/locales/POSIX b/localedata/locales/POSIX
>>> index 457ce6e..df89cb8 100644
>>> --- a/localedata/locales/POSIX
>>> +++ b/localedata/locales/POSIX
>>> @@ -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.
>>> diff --git a/localedata/locales/ar_SA b/localedata/locales/ar_SA
>>> index 4046f28..1e4a185 100644
>>> --- a/localedata/locales/ar_SA
>>> +++ b/localedata/locales/ar_SA
>>> @@ -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"
>>> diff --git a/localedata/locales/be_BY b/localedata/locales/be_BY
>>> index 2dfd2b2..7fb8542 100644
>>> --- a/localedata/locales/be_BY
>>> +++ b/localedata/locales/be_BY
>>> @@ -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.
>>> diff --git a/localedata/locales/be_BY@latin b/localedata/locales/be_BY@latin
>>> index eecdc9c..3afb364 100644
>>> --- a/localedata/locales/be_BY@latin
>>> +++ b/localedata/locales/be_BY@latin
>>> @@ -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.
>>> diff --git a/localedata/locales/ca_ES b/localedata/locales/ca_ES
>>> index c5dc9fa..20a7d78 100644
>>> --- a/localedata/locales/ca_ES
>>> +++ b/localedata/locales/ca_ES
>>> @@ -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.
>>> diff --git a/localedata/locales/cs_CZ b/localedata/locales/cs_CZ
>>> index 2a7b4fa..0d710cc 100644
>>> --- a/localedata/locales/cs_CZ
>>> +++ b/localedata/locales/cs_CZ
>>> @@ -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.
>>>  
>>> diff --git a/localedata/locales/da_DK b/localedata/locales/da_DK
>>> index c5024a4..a3c5561 100644
>>> --- a/localedata/locales/da_DK
>>> +++ b/localedata/locales/da_DK
>>> @@ -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.
>>> diff --git a/localedata/locales/de_BE b/localedata/locales/de_BE
>>> index ab907f2..993bd59 100644
>>> --- a/localedata/locales/de_BE
>>> +++ b/localedata/locales/de_BE
>>> @@ -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.
>>> diff --git a/localedata/locales/de_CH b/localedata/locales/de_CH
>>> index 8835f08..150dce0 100644
>>> --- a/localedata/locales/de_CH
>>> +++ b/localedata/locales/de_CH
>>> @@ -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.
>>>  
>>> diff --git a/localedata/locales/de_LU b/localedata/locales/de_LU
>>> index 1e66f9a..226b73c 100644
>>> --- a/localedata/locales/de_LU
>>> +++ b/localedata/locales/de_LU
>>> @@ -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.
>>> diff --git a/localedata/locales/en_AU b/localedata/locales/en_AU
>>> index 0716837..c501421 100644
>>> --- a/localedata/locales/en_AU
>>> +++ b/localedata/locales/en_AU
>>> @@ -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.
>>> diff --git a/localedata/locales/en_BW b/localedata/locales/en_BW
>>> index 1de3e04..5f65c55 100644
>>> --- a/localedata/locales/en_BW
>>> +++ b/localedata/locales/en_BW
>>> @@ -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.
>>> diff --git a/localedata/locales/en_CA b/localedata/locales/en_CA
>>> index 5d66fbb..bc52baa 100644
>>> --- a/localedata/locales/en_CA
>>> +++ b/localedata/locales/en_CA
>>> @@ -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.
>>> diff --git a/localedata/locales/en_DK b/localedata/locales/en_DK
>>> index cbad082..585f4cd 100644
>>> --- a/localedata/locales/en_DK
>>> +++ b/localedata/locales/en_DK
>>> @@ -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.
>>> diff --git a/localedata/locales/en_GB b/localedata/locales/en_GB
>>> index b60ddfd..3acab4c 100644
>>> --- a/localedata/locales/en_GB
>>> +++ b/localedata/locales/en_GB
>>> @@ -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.
>>> diff --git a/localedata/locales/en_IE b/localedata/locales/en_IE
>>> index 3003b99..a8b080e 100644
>>> --- a/localedata/locales/en_IE
>>> +++ b/localedata/locales/en_IE
>>> @@ -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.
>>> diff --git a/localedata/locales/en_NZ b/localedata/locales/en_NZ
>>> index 2533d85..2454383 100644
>>> --- a/localedata/locales/en_NZ
>>> +++ b/localedata/locales/en_NZ
>>> @@ -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.
>>> diff --git a/localedata/locales/en_ZA b/localedata/locales/en_ZA
>>> index 294b0a3..1227278 100644
>>> --- a/localedata/locales/en_ZA
>>> +++ b/localedata/locales/en_ZA
>>> @@ -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.
>>> diff --git a/localedata/locales/en_ZW b/localedata/locales/en_ZW
>>> index 793785b..1fb2468 100644
>>> --- a/localedata/locales/en_ZW
>>> +++ b/localedata/locales/en_ZW
>>> @@ -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.
>>> diff --git a/localedata/locales/es_AR b/localedata/locales/es_AR
>>> index dd6959d..26f394a 100644
>>> --- a/localedata/locales/es_AR
>>> +++ b/localedata/locales/es_AR
>>> @@ -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.
>>> diff --git a/localedata/locales/es_BO b/localedata/locales/es_BO
>>> index 31f9ec2..b2ecb50 100644
>>> --- a/localedata/locales/es_BO
>>> +++ b/localedata/locales/es_BO
>>> @@ -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.
>>> diff --git a/localedata/locales/es_CL b/localedata/locales/es_CL
>>> index 0a467fe..ae612cb 100644
>>> --- a/localedata/locales/es_CL
>>> +++ b/localedata/locales/es_CL
>>> @@ -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.
>>> diff --git a/localedata/locales/es_CO b/localedata/locales/es_CO
>>> index f31d247..6405910 100644
>>> --- a/localedata/locales/es_CO
>>> +++ b/localedata/locales/es_CO
>>> @@ -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.
>>> diff --git a/localedata/locales/es_DO b/localedata/locales/es_DO
>>> index 8816d03..7aa54c8 100644
>>> --- a/localedata/locales/es_DO
>>> +++ b/localedata/locales/es_DO
>>> @@ -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.
>>> diff --git a/localedata/locales/es_EC b/localedata/locales/es_EC
>>> index b2145ec..d8f2256 100644
>>> --- a/localedata/locales/es_EC
>>> +++ b/localedata/locales/es_EC
>>> @@ -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.
>>> diff --git a/localedata/locales/es_ES b/localedata/locales/es_ES
>>> index 7af5433..7849bd9 100644
>>> --- a/localedata/locales/es_ES
>>> +++ b/localedata/locales/es_ES
>>> @@ -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.
>>> diff --git a/localedata/locales/es_HN b/localedata/locales/es_HN
>>> index fbc0558..11a4c37 100644
>>> --- a/localedata/locales/es_HN
>>> +++ b/localedata/locales/es_HN
>>> @@ -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.
>>> diff --git a/localedata/locales/es_MX b/localedata/locales/es_MX
>>> index 5a4e364..258a073 100644
>>> --- a/localedata/locales/es_MX
>>> +++ b/localedata/locales/es_MX
>>> @@ -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.
>>> diff --git a/localedata/locales/es_PA b/localedata/locales/es_PA
>>> index 8bfb0e3..9d998d2 100644
>>> --- a/localedata/locales/es_PA
>>> +++ b/localedata/locales/es_PA
>>> @@ -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.
>>> diff --git a/localedata/locales/es_PE b/localedata/locales/es_PE
>>> index 399af56..5557060 100644
>>> --- a/localedata/locales/es_PE
>>> +++ b/localedata/locales/es_PE
>>> @@ -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.
>>> diff --git a/localedata/locales/es_PY b/localedata/locales/es_PY
>>> index 465ff55..1d3d20b 100644
>>> --- a/localedata/locales/es_PY
>>> +++ b/localedata/locales/es_PY
>>> @@ -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.
>>> diff --git a/localedata/locales/es_SV b/localedata/locales/es_SV
>>> index c7201e6..041ebdc 100644
>>> --- a/localedata/locales/es_SV
>>> +++ b/localedata/locales/es_SV
>>> @@ -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.
>>> diff --git a/localedata/locales/es_US b/localedata/locales/es_US
>>> index 6b808d5..312e1ca 100644
>>> --- a/localedata/locales/es_US
>>> +++ b/localedata/locales/es_US
>>> @@ -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.
>>> diff --git a/localedata/locales/es_UY b/localedata/locales/es_UY
>>> index 76877b1..d6dd11c 100644
>>> --- a/localedata/locales/es_UY
>>> +++ b/localedata/locales/es_UY
>>> @@ -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.
>>> diff --git a/localedata/locales/es_VE b/localedata/locales/es_VE
>>> index 6dbfa1e..53d42bd 100644
>>> --- a/localedata/locales/es_VE
>>> +++ b/localedata/locales/es_VE
>>> @@ -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.
>>> diff --git a/localedata/locales/et_EE b/localedata/locales/et_EE
>>> index dd905b9..d1a0291 100644
>>> --- a/localedata/locales/et_EE
>>> +++ b/localedata/locales/et_EE
>>> @@ -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.
>>> diff --git a/localedata/locales/fa_IR b/localedata/locales/fa_IR
>>> index c2e493e..73702d2 100644
>>> --- a/localedata/locales/fa_IR
>>> +++ b/localedata/locales/fa_IR
>>> @@ -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.
>>> diff --git a/localedata/locales/fo_FO b/localedata/locales/fo_FO
>>> index 49bb288..c029e68 100644
>>> --- a/localedata/locales/fo_FO
>>> +++ b/localedata/locales/fo_FO
>>> @@ -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.
>>> diff --git a/localedata/locales/fr_CA b/localedata/locales/fr_CA
>>> index 5e2c5a1..fa42053 100644
>>> --- a/localedata/locales/fr_CA
>>> +++ b/localedata/locales/fr_CA
>>> @@ -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.
>>> diff --git a/localedata/locales/fr_CH b/localedata/locales/fr_CH
>>> index b51f68b..fa9aca4 100644
>>> --- a/localedata/locales/fr_CH
>>> +++ b/localedata/locales/fr_CH
>>> @@ -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.
>>> diff --git a/localedata/locales/gv_GB b/localedata/locales/gv_GB
>>> index 7aede2e..937375c 100644
>>> --- a/localedata/locales/gv_GB
>>> +++ b/localedata/locales/gv_GB
>>> @@ -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.
>>> diff --git a/localedata/locales/he_IL b/localedata/locales/he_IL
>>> index fe8125b..41b5084 100644
>>> --- a/localedata/locales/he_IL
>>> +++ b/localedata/locales/he_IL
>>> @@ -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.
>>> diff --git a/localedata/locales/hr_HR b/localedata/locales/hr_HR
>>> index 177d33a..6dc8645 100644
>>> --- a/localedata/locales/hr_HR
>>> +++ b/localedata/locales/hr_HR
>>> @@ -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.
>>> diff --git a/localedata/locales/id_ID b/localedata/locales/id_ID
>>> index 29bc821..07afc3c 100644
>>> --- a/localedata/locales/id_ID
>>> +++ b/localedata/locales/id_ID
>>> @@ -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.
>>> diff --git a/localedata/locales/is_IS b/localedata/locales/is_IS
>>> index a687c24..fd919dc 100644
>>> --- a/localedata/locales/is_IS
>>> +++ b/localedata/locales/is_IS
>>> @@ -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.
>>> diff --git a/localedata/locales/it_CH b/localedata/locales/it_CH
>>> index b110b73..5f50d7e 100644
>>> --- a/localedata/locales/it_CH
>>> +++ b/localedata/locales/it_CH
>>> @@ -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.
>>> diff --git a/localedata/locales/iw_IL b/localedata/locales/iw_IL
>>> index 7ab893a..0ff60e4 100644
>>> --- a/localedata/locales/iw_IL
>>> +++ b/localedata/locales/iw_IL
>>> @@ -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.
>>> diff --git a/localedata/locales/kl_GL b/localedata/locales/kl_GL
>>> index 461de6c..a721387 100644
>>> --- a/localedata/locales/kl_GL
>>> +++ b/localedata/locales/kl_GL
>>> @@ -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.
>>> diff --git a/localedata/locales/ko_KR b/localedata/locales/ko_KR
>>> index 65bcbde..a8ac27c 100644
>>> --- a/localedata/locales/ko_KR
>>> +++ b/localedata/locales/ko_KR
>>> @@ -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:
>>> diff --git a/localedata/locales/kw_GB b/localedata/locales/kw_GB
>>> index ece7c55..fb34a71 100644
>>> --- a/localedata/locales/kw_GB
>>> +++ b/localedata/locales/kw_GB
>>> @@ -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.
>>> diff --git a/localedata/locales/lg_UG b/localedata/locales/lg_UG
>>> index 99dce10..d79a816 100644
>>> --- a/localedata/locales/lg_UG
>>> +++ b/localedata/locales/lg_UG
>>> @@ -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.
>>> diff --git a/localedata/locales/lt_LT b/localedata/locales/lt_LT
>>> index 7cf186b..44b1c75 100644
>>> --- a/localedata/locales/lt_LT
>>> +++ b/localedata/locales/lt_LT
>>> @@ -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.
>>> diff --git a/localedata/locales/lv_LV b/localedata/locales/lv_LV
>>> index 5fbfa1b..59c9030 100644
>>> --- a/localedata/locales/lv_LV
>>> +++ b/localedata/locales/lv_LV
>>> @@ -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.
>>> diff --git a/localedata/locales/mi_NZ b/localedata/locales/mi_NZ
>>> index 1f13552..f9b5b4f 100644
>>> --- a/localedata/locales/mi_NZ
>>> +++ b/localedata/locales/mi_NZ
>>> @@ -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.
>>> diff --git a/localedata/locales/nhn_MX b/localedata/locales/nhn_MX
>>> index d57ff84..af5620a 100644
>>> --- a/localedata/locales/nhn_MX
>>> +++ b/localedata/locales/nhn_MX
>>> @@ -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.
>>>  
>>> diff --git a/localedata/locales/nl_BE b/localedata/locales/nl_BE
>>> index 1a65419..78661fd 100644
>>> --- a/localedata/locales/nl_BE
>>> +++ b/localedata/locales/nl_BE
>>> @@ -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.
>>> diff --git a/localedata/locales/pl_PL b/localedata/locales/pl_PL
>>> index 86d4e47..e829330 100644
>>> --- a/localedata/locales/pl_PL
>>> +++ b/localedata/locales/pl_PL
>>> @@ -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.
>>> diff --git a/localedata/locales/sk_SK b/localedata/locales/sk_SK
>>> index dbfcfe9..bd8cfed 100644
>>> --- a/localedata/locales/sk_SK
>>> +++ b/localedata/locales/sk_SK
>>> @@ -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.
>>>  
>>> diff --git a/localedata/locales/sl_SI b/localedata/locales/sl_SI
>>> index 9fb44da..4e6c183 100644
>>> --- a/localedata/locales/sl_SI
>>> +++ b/localedata/locales/sl_SI
>>> @@ -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.
>>> diff --git a/localedata/locales/sv_FI b/localedata/locales/sv_FI
>>> index fca2935..44fac85 100644
>>> --- a/localedata/locales/sv_FI
>>> +++ b/localedata/locales/sv_FI
>>> @@ -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.
>>> diff --git a/localedata/locales/tl_PH b/localedata/locales/tl_PH
>>> index a01ef8b..583bc2d 100644
>>> --- a/localedata/locales/tl_PH
>>> +++ b/localedata/locales/tl_PH
>>> @@ -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.
>>> diff --git a/localedata/locales/tr_TR b/localedata/locales/tr_TR
>>> index f54be2c..e306b2e 100644
>>> --- a/localedata/locales/tr_TR
>>> +++ b/localedata/locales/tr_TR
>>> @@ -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.
>>> diff --git a/localedata/locales/vi_VN b/localedata/locales/vi_VN
>>> index 0c045c6..e8c86a1 100644
>>> --- a/localedata/locales/vi_VN
>>> +++ b/localedata/locales/vi_VN
>>> @@ -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.
>>>
>>>
>>> Thanks,
>>>
>>
>>
>> -- 
>> Marko Myllynen


-- 
Marko Myllynen


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]