Customized footer.
[gedcom-parse.git] / iconv / libiconv / encodings.def.patch
1 --- encodings.def.orig  Wed May 29 16:06:53 2002
2 +++ encodings.def       Fri Oct  4 20:36:35 2002
3 @@ -527,6 +527,12 @@
4              nextstep,
5              { nextstep_mbtowc, NULL },    { nextstep_wctomb, NULL })
6  
7 +DEFENCODING(( "ANSI_Z39.47",           /* MARC-21 character set */
8 +              "ANSEL",
9 +            ),
10 +            ansi_z39_47,
11 +           { ansi_z39_47_mbtowc, NULL },  { ansi_z39_47_wctomb, NULL })
12 +
13  /* Regional 8-bit encodings used for a single language */
14  
15  DEFENCODING(( "ARMSCII-8",