It provides support for
- the wchar_t and wint_t types,
- the mbs/wcs functions typically found in <stdlib.h>,
- the wide string functions typically found in <wchar.h>,
- the wide character classification functions typically found in <wctype.h>,
- some of the wide character I/O functions typically found in <wchar.h>,
- the setlocale function typically found in <locale.h>.
All this according to the ISO/ANSI C specifications, and with support for
old 8-bit locales and Unicode UTF-8 locales.
libutf8 is for you if your application supports 8-bit and multibytes locales
like chinese or japanese, and you wish to add UTF-8 locale support but the
corresponding support lacks from your system.
libutf8 is for you also if your application supports only 8-bit locales, and
you wish to add UTF-8 locale support. Because libutf8 implements an ISO/ANSI C
compatible set of types and functions, the support for libutf8 you add will
also automatically work (without libutf8) with other multibytes locales,
as far as supported by the system.
libutf8 concentrates on 8-bit and UTF-8 encodings and therefore does not
suffer from the complexity needed to support other multibytes locales.
Header files and static library for libutf8.
drwxr-xr-x 2 root wheel 0 Jul 9 2001 /usr/doc/libutf8-devel-0.8 -rw-r--r-- 1 root wheel 25283 Mar 25 1998 /usr/doc/libutf8-devel-0.8/COPYING.LIB -rw-r--r-- 1 root wheel 2405 May 26 2001 /usr/doc/libutf8-devel-0.8/NEWS -rw-r--r-- 1 root wheel 1584 Jul 3 2000 /usr/doc/libutf8-devel-0.8/PORTS -rw-r--r-- 1 root wheel 5414 May 1 2000 /usr/doc/libutf8-devel-0.8/README drwxr-xr-x 2 root wheel 0 Apr 22 2000 /usr/doc/libutf8-devel-0.8/extras -rw-r--r-- 1 root wheel 13749 Nov 20 1999 /usr/doc/libutf8-devel-0.8/extras/c_ident.c -rw-r--r-- 1 root wheel 11085 Nov 26 1999 /usr/doc/libutf8-devel-0.8/extras/wcwidth.c -rw-r--r-- 1 root wheel 1133 Jul 9 2001 /usr/include/libutf8.h drwxrwxrwx 2 root wheel 0 Jul 9 2001 /usr/include/utf8 -rw-r--r-- 1 root wheel 1219 Jul 9 2001 /usr/include/utf8/config.h -rw-r--r-- 1 root wheel 1284 Jul 9 2001 /usr/include/utf8/limits.h -rw-r--r-- 1 root wheel 1301 Jul 9 2001 /usr/include/utf8/locale.h -rw-r--r-- 1 root wheel 3512 Jul 9 2001 /usr/include/utf8/stdio.h -rw-r--r-- 1 root wheel 2563 Jul 9 2001 /usr/include/utf8/stdlib.h -rw-r--r-- 1 root wheel 3666 Jul 9 2001 /usr/include/utf8/types.h -rw-r--r-- 1 root wheel 16323 Jul 9 2001 /usr/include/utf8/wchar.h -rw-r--r-- 1 root wheel 5868 Jul 9 2001 /usr/include/utf8/wctype.h -rw-r--r-- 1 root wheel 154702 Jul 9 2001 /usr/lib/libutf8.a -rw-r--r-- 1 root wheel 600 Jul 9 2001 /usr/lib/libutf8.la -rw-r--r-- 1 root wheel 749 Jul 9 2001 /usr/share/man/man3/MB_CUR_MAX.3.gz -rw-r--r-- 1 root wheel 735 Jul 9 2001 /usr/share/man/man3/MB_LEN_MAX.3.gz -rw-r--r-- 1 root wheel 971 Jul 9 2001 /usr/share/man/man3/btowc.3.gz -rw-r--r-- 1 root wheel 965 Jul 9 2001 /usr/share/man/man3/fgetwc.3.gz -rw-r--r-- 1 root wheel 1094 Jul 9 2001 /usr/share/man/man3/fgetws.3.gz -rw-r--r-- 1 root wheel 963 Jul 9 2001 /usr/share/man/man3/fputwc.3.gz -rw-r--r-- 1 root wheel 906 Jul 9 2001 /usr/share/man/man3/fputws.3.gz -rw-r--r-- 1 root wheel 1093 Jul 9 2001 /usr/share/man/man3/fwide.3.gz -rw-r--r-- 1 root wheel 39 Jul 9 2001 /usr/share/man/man3/fwprintf.3.gz -rw-r--r-- 1 root wheel 872 Jul 9 2001 /usr/share/man/man3/getwchar.3.gz -rw-r--r-- 1 root wheel 966 Jul 9 2001 /usr/share/man/man3/iswalnum.3.gz -rw-r--r-- 1 root wheel 956 Jul 9 2001 /usr/share/man/man3/iswalpha.3.gz -rw-r--r-- 1 root wheel 912 Jul 9 2001 /usr/share/man/man3/iswblank.3.gz -rw-r--r-- 1 root wheel 895 Jul 9 2001 /usr/share/man/man3/iswcntrl.3.gz -rw-r--r-- 1 root wheel 881 Jul 9 2001 /usr/share/man/man3/iswctype.3.gz -rw-r--r-- 1 root wheel 953 Jul 9 2001 /usr/share/man/man3/iswdigit.3.gz -rw-r--r-- 1 root wheel 1003 Jul 9 2001 /usr/share/man/man3/iswgraph.3.gz -rw-r--r-- 1 root wheel 1062 Jul 9 2001 /usr/share/man/man3/iswlower.3.gz -rw-r--r-- 1 root wheel 799 Jul 9 2001 /usr/share/man/man3/iswprint.3.gz -rw-r--r-- 1 root wheel 991 Jul 9 2001 /usr/share/man/man3/iswpunct.3.gz -rw-r--r-- 1 root wheel 1004 Jul 9 2001 /usr/share/man/man3/iswspace.3.gz -rw-r--r-- 1 root wheel 1062 Jul 9 2001 /usr/share/man/man3/iswupper.3.gz -rw-r--r-- 1 root wheel 941 Jul 9 2001 /usr/share/man/man3/iswxdigit.3.gz -rw-r--r-- 1 root wheel 1212 Jul 9 2001 /usr/share/man/man3/mblen.3.gz -rw-r--r-- 1 root wheel 1343 Jul 9 2001 /usr/share/man/man3/mbrlen.3.gz -rw-r--r-- 1 root wheel 1446 Jul 9 2001 /usr/share/man/man3/mbrtowc.3.gz -rw-r--r-- 1 root wheel 1237 Jul 9 2001 /usr/share/man/man3/mbsinit.3.gz -rw-r--r-- 1 root wheel 1530 Jul 9 2001 /usr/share/man/man3/mbsnrtowcs.3.gz -rw-r--r-- 1 root wheel 1470 Jul 9 2001 /usr/share/man/man3/mbsrtowcs.3.gz -rw-r--r-- 1 root wheel 1257 Jul 9 2001 /usr/share/man/man3/mbstowcs.3.gz -rw-r--r-- 1 root wheel 1347 Jul 9 2001 /usr/share/man/man3/mbtowc.3.gz -rw-r--r-- 1 root wheel 7540 Jul 9 2001 /usr/share/man/man3/printf.3.gz -rw-r--r-- 1 root wheel 880 Jul 9 2001 /usr/share/man/man3/putwchar.3.gz -rw-r--r-- 1 root wheel 2632 Jul 9 2001 /usr/share/man/man3/setlocale.3.gz -rw-r--r-- 1 root wheel 39 Jul 9 2001 /usr/share/man/man3/swprintf.3.gz -rw-r--r-- 1 root wheel 790 Jul 9 2001 /usr/share/man/man3/towctrans.3.gz -rw-r--r-- 1 root wheel 867 Jul 9 2001 /usr/share/man/man3/towlower.3.gz -rw-r--r-- 1 root wheel 867 Jul 9 2001 /usr/share/man/man3/towupper.3.gz -rw-r--r-- 1 root wheel 1067 Jul 9 2001 /usr/share/man/man3/ungetwc.3.gz -rw-r--r-- 1 root wheel 39 Jul 9 2001 /usr/share/man/man3/vfwprintf.3.gz -rw-r--r-- 1 root wheel 39 Jul 9 2001 /usr/share/man/man3/vswprintf.3.gz -rw-r--r-- 1 root wheel 39 Jul 9 2001 /usr/share/man/man3/vwprintf.3.gz -rw-r--r-- 1 root wheel 812 Jul 9 2001 /usr/share/man/man3/wcpcpy.3.gz -rw-r--r-- 1 root wheel 946 Jul 9 2001 /usr/share/man/man3/wcpncpy.3.gz -rw-r--r-- 1 root wheel 1246 Jul 9 2001 /usr/share/man/man3/wcrtomb.3.gz -rw-r--r-- 1 root wheel 855 Jul 9 2001 /usr/share/man/man3/wcscasecmp.3.gz -rw-r--r-- 1 root wheel 801 Jul 9 2001 /usr/share/man/man3/wcscat.3.gz -rw-r--r-- 1 root wheel 743 Jul 9 2001 /usr/share/man/man3/wcschr.3.gz -rw-r--r-- 1 root wheel 799 Jul 9 2001 /usr/share/man/man3/wcscmp.3.gz -rw-r--r-- 1 root wheel 791 Jul 9 2001 /usr/share/man/man3/wcscpy.3.gz -rw-r--r-- 1 root wheel 873 Jul 9 2001 /usr/share/man/man3/wcscspn.3.gz -rw-r--r-- 1 root wheel 767 Jul 9 2001 /usr/share/man/man3/wcsdup.3.gz -rw-r--r-- 1 root wheel 709 Jul 9 2001 /usr/share/man/man3/wcslen.3.gz -rw-r--r-- 1 root wheel 921 Jul 9 2001 /usr/share/man/man3/wcsncasecmp.3.gz -rw-r--r-- 1 root wheel 818 Jul 9 2001 /usr/share/man/man3/wcsncat.3.gz -rw-r--r-- 1 root wheel 919 Jul 9 2001 /usr/share/man/man3/wcsncmp.3.gz -rw-r--r-- 1 root wheel 909 Jul 9 2001 /usr/share/man/man3/wcsncpy.3.gz -rw-r--r-- 1 root wheel 834 Jul 9 2001 /usr/share/man/man3/wcsnlen.3.gz -rw-r--r-- 1 root wheel 1553 Jul 9 2001 /usr/share/man/man3/wcsnrtombs.3.gz -rw-r--r-- 1 root wheel 780 Jul 9 2001 /usr/share/man/man3/wcspbrk.3.gz -rw-r--r-- 1 root wheel 731 Jul 9 2001 /usr/share/man/man3/wcsrchr.3.gz -rw-r--r-- 1 root wheel 1481 Jul 9 2001 /usr/share/man/man3/wcsrtombs.3.gz -rw-r--r-- 1 root wheel 870 Jul 9 2001 /usr/share/man/man3/wcsspn.3.gz -rw-r--r-- 1 root wheel 824 Jul 9 2001 /usr/share/man/man3/wcsstr.3.gz -rw-r--r-- 1 root wheel 1288 Jul 9 2001 /usr/share/man/man3/wcstok.3.gz -rw-r--r-- 1 root wheel 1292 Jul 9 2001 /usr/share/man/man3/wcstombs.3.gz -rw-r--r-- 1 root wheel 808 Jul 9 2001 /usr/share/man/man3/wcswidth.3.gz -rw-r--r-- 1 root wheel 896 Jul 9 2001 /usr/share/man/man3/wctob.3.gz -rw-r--r-- 1 root wheel 1172 Jul 9 2001 /usr/share/man/man3/wctomb.3.gz -rw-r--r-- 1 root wheel 927 Jul 9 2001 /usr/share/man/man3/wctrans.3.gz -rw-r--r-- 1 root wheel 1050 Jul 9 2001 /usr/share/man/man3/wctype.3.gz -rw-r--r-- 1 root wheel 750 Jul 9 2001 /usr/share/man/man3/wcwidth.3.gz -rw-r--r-- 1 root wheel 745 Jul 9 2001 /usr/share/man/man3/wmemchr.3.gz -rw-r--r-- 1 root wheel 814 Jul 9 2001 /usr/share/man/man3/wmemcmp.3.gz -rw-r--r-- 1 root wheel 790 Jul 9 2001 /usr/share/man/man3/wmemcpy.3.gz -rw-r--r-- 1 root wheel 760 Jul 9 2001 /usr/share/man/man3/wmemmove.3.gz -rw-r--r-- 1 root wheel 699 Jul 9 2001 /usr/share/man/man3/wmemset.3.gz -rw-r--r-- 1 root wheel 2108 Jul 9 2001 /usr/share/man/man3/wprintf.3.gz