mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Forgot to add this file...
This commit is contained in:
18
src/bin/psql/mbprint.h
Normal file
18
src/bin/psql/mbprint.h
Normal file
@ -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 */
|
||||
|
Reference in New Issue
Block a user