mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-09 12:25:48 +01:00
2008-05-20 Behdad Esfahbod <behdad@gnome.org> Bug 501651 – Update glib/libcharset * configure.in: * glib/libcharset/Makefile.am: * glib/libcharset/README: * glib/libcharset/codeset.m4: * glib/libcharset/config.charset: * glib/libcharset/glibc21.m4: * glib/libcharset/libcharset-glib.patch: * glib/libcharset/libcharset.h: * glib/libcharset/localcharset.c (_g_locale_get_charset_aliases), (_g_locale_charset_raw): * glib/libcharset/localcharset.h: * glib/libcharset/make-patch.sh: * glib/libcharset/ref-add.sin: * glib/libcharset/ref-del.sin: * glib/libcharset/update.sh: Update libcharset to the one shipped with libiconv-0.12. svn path=/trunk/; revision=6921
47 lines
1.5 KiB
Plaintext
47 lines
1.5 KiB
Plaintext
The sources are derived from Bruno Haible's libcharset library included
|
|
with libiconv:
|
|
|
|
http//www.gnu.org/software/libiconv
|
|
|
|
The 'update.sh' script in this directory, when pointed at
|
|
the original sources updates the files in this directory
|
|
(and elsewhere in the GLib distribution) to the new version
|
|
|
|
The 'make-patch.sh' script in this directory regenerates
|
|
the patch files included in this directory from a copy
|
|
of the pristine sources and the files in this directory.
|
|
|
|
The license on the portions from libiconv portions is reproduced
|
|
below.
|
|
|
|
Owen Taylor
|
|
26 September 2001
|
|
|
|
Updated to libiconv-1.12.
|
|
|
|
Behdad Esfahbod
|
|
20 May 2008
|
|
|
|
====
|
|
|
|
/* Determine a canonical name for the current locale's character encoding.
|
|
|
|
Copyright (C) 2000-2001 Free Software Foundation, Inc.
|
|
|
|
This program is free software; you can redistribute it and/or modify it
|
|
under the terms of the GNU Library General Public License as published
|
|
by the Free Software Foundation; either version 2, or (at your option)
|
|
any later version.
|
|
|
|
This program is distributed in the hope that it will be useful,
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
Library General Public License for more details.
|
|
|
|
You should have received a copy of the GNU Library General Public
|
|
License along with this program; if not, write to the Free Software
|
|
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
|
|
USA. */
|
|
|
|
/* Written by Bruno Haible <haible@clisp.cons.org>. */
|