We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c6bd04 commit cdce507Copy full SHA for cdce507
src/bin/psql/mbprint.h
@@ -0,0 +1,18 @@
1
+/* $Id: mbprint.h,v 1.1 2001/10/15 04:52:59 ishii Exp $ */
2
+#ifndef MBPRINT_H
3
+#define MBPRINT_H
4
+
5
6
+#ifdef MULTIBYTE
7
8
+#include "mb/pg_wchar.h"
9
10
+pg_wchar utf2ucs(const unsigned char *c);
11
12
+unsigned char *mbvalidate(unsigned char *pwcs);
13
+#endif /* MULTIBYTE */
14
15
+int pg_wcswidth(unsigned char *pwcs, int len);
16
17
+#endif /* MBPRINT_H */
18
0 commit comments