|
|
@ -3,7 +3,7 @@ |
|
|
|
* |
|
|
|
* |
|
|
|
* Copyright (c) 2000-2004, PostgreSQL Global Development Group |
|
|
|
* Copyright (c) 2000-2004, PostgreSQL Global Development Group |
|
|
|
* |
|
|
|
* |
|
|
|
* $PostgreSQL: pgsql/src/bin/psql/mbprint.c,v 1.14 2004/08/29 04:13:02 momjian Exp $ |
|
|
|
* $PostgreSQL: pgsql/src/bin/psql/mbprint.c,v 1.15 2004/09/27 19:16:02 momjian Exp $ |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
|
|
#include "postgres_fe.h" |
|
|
|
#include "postgres_fe.h" |
|
|
@ -14,10 +14,6 @@ |
|
|
|
|
|
|
|
|
|
|
|
#include "mb/pg_wchar.h" |
|
|
|
#include "mb/pg_wchar.h" |
|
|
|
|
|
|
|
|
|
|
|
#ifdef WIN32 |
|
|
|
|
|
|
|
#include <windows.h> |
|
|
|
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
/*
|
|
|
|
* This is an implementation of wcwidth() and wcswidth() as defined in |
|
|
|
* This is an implementation of wcwidth() and wcswidth() as defined in |
|
|
|
* "The Single UNIX Specification, Version 2, The Open Group, 1997" |
|
|
|
* "The Single UNIX Specification, Version 2, The Open Group, 1997" |
|
|
|