diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2004-02-02 22:51:39 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2004-02-02 22:51:39 +0000 |
commit | 4669438fba6e6180923a325f289306da6b6a8062 (patch) | |
tree | e118070316b5c67879ce19f65023fe4e5ef5fc68 /newlib/libc/iconv | |
parent | 528060195ca6c38619782fc51a89a4585b816f03 (diff) | |
download | cygnal-4669438fba6e6180923a325f289306da6b6a8062.tar.gz cygnal-4669438fba6e6180923a325f289306da6b6a8062.tar.bz2 cygnal-4669438fba6e6180923a325f289306da6b6a8062.zip |
2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
* NEWS: Update with 1.12.0 info.
* README: Ditto.
* acinclude.m4: Change version number to 1.12.0.
* aclocal.m4: Regenerated.
* configure: Ditto.
* doc/aclocal.m4: Ditto.
* doc/configure: Ditto.
* libc/*/aclocal.m4: Ditto.
* libc/*/configure: Ditto.
* libc/libc.texinfo: Ditto.
* libm/*/aclocal.m4: Ditto.
* libm/*/configure: Ditto.
* libm/libm.texinfo: Ditto.
* libc/sys/linux/shared.ld: Add VERS_1.12.
Diffstat (limited to 'newlib/libc/iconv')
-rw-r--r-- | newlib/libc/iconv/iconv.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/iconv/iconv.tex b/newlib/libc/iconv/iconv.tex index 9d524ce24..1a36ceb2b 100644 --- a/newlib/libc/iconv/iconv.tex +++ b/newlib/libc/iconv/iconv.tex @@ -409,7 +409,7 @@ be provided in iconv/ccs/. @item If a converter isn't EUC or ISO-2022-based CCS, the following two functions should be provided (see utf-8.c for example): -@enumerate @minus +@enumerate - @item A function to convert from new CES to UCS-32; @item A function to convert from UCS-32 to new CES; @item An 'init' function; |