-2001-06-24 Bruno Haible <haible@clisp.cons.org>
-
- * config.charset: Change canonical name of BIG5HKSCS to BIG5-HKSCS.
- Change canonical name of SJIS to SHIFT_JIS.
-
2001-06-25 Bruno Haible <haible@clisp.cons.org>
* mbswidth.c (mbsinit): Define to 1 if not defined. For SCO 3.2v5.0.2.
# include <wchar.h>
#endif
-/* Get iswprint(). */
+/* Get iswprint(), iswcntrl(). */
#if HAVE_WCTYPE_H
# include <wctype.h>
#endif
# define iswcntrl(wc) 0
#endif
+#ifndef mbsinit
+# if !HAVE_MBSINIT
+# define mbsinit(ps) 1
+# endif
+#endif
+
#ifndef HAVE_DECL_WCWIDTH
"this configure-time declaration test was not run"
#endif