diff options
| author | Manuel A. Fernandez Montecelo <manuel.montezelo@gmail.com> | 2016-05-27 14:35:40 +0100 | 
|---|---|---|
| committer | Manuel A. Fernandez Montecelo <manuel.montezelo@gmail.com> | 2016-05-27 14:35:40 +0100 | 
| commit | b1de003dac299705a7f01c997d2b866bafe39926 (patch) | |
| tree | 1cc16a3877e945116387a380f7f3023f81fa36e4 /lib/iconv_open.c | |
| parent | 752fd7247bc223bcea35bd89cf56d1c08ead9ba6 (diff) | |
| parent | 3590c846d4c2febbc05b4ad6b14a06edc549e453 (diff) | |
Merge tag 'upstream/0.9.6+really0.9.6'
Upstream version 0.9.6+really0.9.6
Diffstat (limited to 'lib/iconv_open.c')
| -rw-r--r-- | lib/iconv_open.c | 7 | 
1 files changed, 3 insertions, 4 deletions
| diff --git a/lib/iconv_open.c b/lib/iconv_open.c index 1d1c0536..07174331 100644 --- a/lib/iconv_open.c +++ b/lib/iconv_open.c @@ -1,5 +1,5 @@  /* Character set conversion. -   Copyright (C) 2007, 2009, 2010 Free Software Foundation, Inc. +   Copyright (C) 2007, 2009-2015 Free Software Foundation, Inc.     This program is free software; you can redistribute it and/or modify     it under the terms of the GNU Lesser General Public License as published by @@ -12,8 +12,7 @@     GNU Lesser General Public License for more details.     You should have received a copy of the GNU Lesser General Public License along -   with this program; if not, write to the Free Software Foundation, -   Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.  */ +   with this program; if not, see <http://www.gnu.org/licenses/>.  */  #include <config.h> @@ -57,7 +56,7 @@ rpl_iconv_open (const char *tocode, const char *fromcode)       iconv() to these encoding inserts a BOM, which is wrong.       We do not need to handle conversion between arbitrary encodings and       UTF-{16,32}{BE,LE}, because the 'striconveh' module implements two-step -     conversion throough UTF-8. +     conversion through UTF-8.       The _ICONV_* constants are chosen to be disjoint from any iconv_t       returned by the system's iconv_open() functions.  Recall that iconv_t       is a scalar type.  */ | 
