Diff for /embedaddon/libiconv/lib/encodings.def between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2012/02/21 22:57:48 version 1.1.1.2, 2012/05/29 09:29:43
Line 1 Line 1
/* Copyright (C) 1999-2009 Free Software Foundation, Inc./* Copyright (C) 1999-2010 Free Software Foundation, Inc.
    This file is part of the GNU LIBICONV Library.     This file is part of the GNU LIBICONV Library.
   
    The GNU LIBICONV Library is free software; you can redistribute it     The GNU LIBICONV Library is free software; you can redistribute it
Line 968  DEFENCODING(( "BIG5-HKSCS:2001", Line 968  DEFENCODING(( "BIG5-HKSCS:2001",
             big5hkscs2001,              big5hkscs2001,
             { big5hkscs2001_mbtowc, big5hkscs2001_flushwc }, { big5hkscs2001_wctomb, big5hkscs2001_reset })              { big5hkscs2001_mbtowc, big5hkscs2001_flushwc }, { big5hkscs2001_wctomb, big5hkscs2001_reset })
   
DEFENCODING(( "BIG5-HKSCS",             /* IANA */DEFENCODING(( "BIG5-HKSCS:2004",
              "BIG5HKSCS",              /* glibc */ 
              "BIG5-HKSCS:2004", 
             ),              ),
             big5hkscs2004,              big5hkscs2004,
             { big5hkscs2004_mbtowc, big5hkscs2004_flushwc }, { big5hkscs2004_wctomb, big5hkscs2004_reset })              { big5hkscs2004_mbtowc, big5hkscs2004_flushwc }, { big5hkscs2004_wctomb, big5hkscs2004_reset })
   
   DEFENCODING(( "BIG5-HKSCS",             /* IANA */
                 "BIG5HKSCS",              /* glibc */
                 "BIG5-HKSCS:2008",
               ),
               big5hkscs2008,
               { big5hkscs2008_mbtowc, big5hkscs2008_flushwc }, { big5hkscs2008_wctomb, big5hkscs2008_reset })
   
 DEFENCODING(( "EUC-KR",                 /* IANA, RFC 1557 */  DEFENCODING(( "EUC-KR",                 /* IANA, RFC 1557 */
               "EUCKR",                  /* glibc, HP-UX, IRIX, OSF/1 */                "EUCKR",                  /* glibc, HP-UX, IRIX, OSF/1 */

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>