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. --- iconvdata/gconv-modules | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'iconvdata/gconv-modules') diff --git a/iconvdata/gconv-modules b/iconvdata/gconv-modules index 9b4cf10501..314578b189 100644 --- a/iconvdata/gconv-modules +++ b/iconvdata/gconv-modules @@ -1172,3 +1172,15 @@ module INTERNAL KOI8-U// KOI8-U 1 # from to module cost module ISIRI-3342// INTERNAL ISIRI-3342 1 module INTERNAL ISIRI-3342// ISIRI-3342 1 + +# from to module cost +module UTF-16// INTERNAL UTF-16 1 +module INTERNAL UTF-16// UTF-16 1 + +# from to module cost +module UTF-16LE// INTERNAL UTF-16 1 +module INTERNAL UTF-16LE// UTF-16 1 + +# from to module cost +module UTF-16BE// INTERNAL UTF-16 1 +module INTERNAL UTF-16BE// UTF-16 1 -- cgit v1.2.3