projects
/
postgresql
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c6bd04
)
Forgot to add this file...
author
Tatsuo Ishii
<ishii@postgresql.org>
Mon, 15 Oct 2001 04:52:59 +0000
(
04:52
+0000)
committer
Tatsuo 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]
patch
|
blob
diff --git a/src/bin/psql/mbprint.h
b/src/bin/psql/mbprint.h
new file mode 100644
(file)
index 0000000..
adf92f5
--- /dev/null
+++ b/
src/bin/psql/mbprint.h
@@ -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 */
+