From 7cdd956e1c55930a020b61806d642b6047deffc7 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 13 Feb 2000 19:00:53 +0000 Subject: Update. 2000-02-13 Ulrich Drepper * iconvdata/Makefile (modules): Add UTF-16. (distribute): Add utf-16.c. * iconvdata/gconv-modules: Add entries for UTF-16, UTF-16BE, and UTF-16LE. * iconvdata/utf-16.c: New file. * iconv/gconv_builtin.h: Remove UTF-16 entries here. * iconv/gconv_simple.c: Remove conversion functions to and from UTF-16. * iconv/skeleton.c: Increment __invocation_coounter after every call to the loops. --- iconv/gconv_builtin.h | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'iconv/gconv_builtin.h') diff --git a/iconv/gconv_builtin.h b/iconv/gconv_builtin.h index fec1cf5c33..6e91a8646c 100644 --- a/iconv/gconv_builtin.h +++ b/iconv/gconv_builtin.h @@ -1,5 +1,5 @@ /* Builtin transformations. - Copyright (C) 1997, 1998, 1999 Free Software Foundation, Inc. + Copyright (C) 1997, 1998, 1999, 2000 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper , 1997. @@ -80,15 +80,3 @@ BUILTIN_TRANSFORMATION (NULL, "INTERNAL", 8, "UNICODELITTLE//", 1, "=INTERNAL->ucs2little", __gconv_transform_internal_ucs2little, NULL, NULL, 4, 4, 2, 2) - -BUILTIN_ALIAS ("UTF-16//", "UTF16//") - -BUILTIN_TRANSFORMATION (NULL, "INTERNAL", 8, "UTF16//", - 1, "=INTERNAL->utf16", - __gconv_transform_internal_utf16, NULL, NULL, - 4, 4, 2, 4) - -BUILTIN_TRANSFORMATION (NULL, "UTF16//", 7, "INTERNAL", - 1, "=utf16->INTERNAL", - __gconv_transform_utf16_internal, NULL, NULL, - 2, 4, 4, 4) -- cgit v1.2.3