Fixes for #58195, based on some ideas from Hidetosh Tajima.
[platform/upstream/glib.git] / glib / libcharset / README
1 The sources are derived from Bruno Haible's libcharset library included
2 with libiconv:
3
4  http//www.gnu.org/software/libiconv
5
6 The 'update.sh' script in this directory, when pointed at
7 the original sources updates the files in this directory
8 (and elsewhere in the GLib distribution) to the new version
9
10 The 'make-patch.sh' script in this directory regenerates
11 the patch files included in this directory from a copy
12 of the pristine sources and the files in this directory.
13
14 The license on the portions from libiconv portions is reproduced
15 below.
16
17 Owen Taylor
18 26 September 2001
19
20 ====
21
22 /* Determine a canonical name for the current locale's character encoding.
23
24    Copyright (C) 2000-2001 Free Software Foundation, Inc.
25
26    This program is free software; you can redistribute it and/or modify it
27    under the terms of the GNU Library General Public License as published
28    by the Free Software Foundation; either version 2, or (at your option)
29    any later version.
30
31    This program is distributed in the hope that it will be useful,
32    but WITHOUT ANY WARRANTY; without even the implied warranty of
33    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
34    Library General Public License for more details.
35
36    You should have received a copy of the GNU Library General Public
37    License along with this program; if not, write to the Free Software
38    Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
39    USA.  */
40
41 /* Written by Bruno Haible <haible@clisp.cons.org>.  */