lib/unicodeio.c


Log

Author Commit Date CI Message
Jim Meyering 45fb0477 2000-06-25T06:54:32 (print_unicode_char): Work around ansi2knr deficiency.
Jim Meyering 51630940 2000-04-07T09:41:38 (print_unicode_char): Avoid triggering Solaris iconv bug. Deal with the different error behaviour of Irix iconv.
Jim Meyering df0c912c 2000-03-17T19:34:16 (<string.h>): Include only #if HAVE_STRING_H. Otherwise, include <strings.h>
Jim Meyering 269accf8 2000-03-17T19:32:27 (utf8_wctomb): New function. (print_unicode_char): Pass the Unicode character to iconv in UTF-8 format instead of in UCS-4 with platform dependent endianness.
Jim Meyering f1ed0e84 2000-03-04T12:35:47 (<errno.h>): Include it. (errno): Declare if not defined.
Jim Meyering 95ad3586 2000-03-01T13:22:35 New file from Bruno. One portability tweak: guard inclusion of stddef.h.