Forgot to add this file...
authorTatsuo Ishii <ishii@postgresql.org>
Mon, 15 Oct 2001 04:52:59 +0000 (04:52 +0000)
committerTatsuo Ishii <ishii@postgresql.org>
Mon, 15 Oct 2001 04:52:59 +0000 (04:52 +0000)
src/bin/psql/mbprint.h [new file with mode: 0644]

diff --git a/src/bin/psql/mbprint.h b/src/bin/psql/mbprint.h
new file mode 100644 (file)
index 0000000..adf92f5
--- /dev/null
@@ -0,0 +1,18 @@
+/* $Id: mbprint.h,v 1.1 2001/10/15 04:52:59 ishii Exp $ */
+#ifndef MBPRINT_H
+#define MBPRINT_H
+
+
+#ifdef MULTIBYTE
+
+#include "mb/pg_wchar.h"
+
+pg_wchar utf2ucs(const unsigned char *c);
+
+unsigned char *mbvalidate(unsigned char *pwcs);
+#endif /* MULTIBYTE */
+
+int pg_wcswidth(unsigned char *pwcs, int len);
+
+#endif /* MBPRINT_H */
+