pgsql/src/include/mb (pg_wchar.h)

Started by Tatsuo Ishii <>almost 26 years ago1 messagescomitters
Jump to latest
#1Tatsuo Ishii <>
tatsuo_ishii___@unknown.user

Date: Friday, August 25, 2000 @ 10:24:10
Author: ishii

Update of /home/projects/pgsql/cvsroot/pgsql/src/include/mb
from hub.org:/tmp/cvs-serv58307

Modified Files:
pg_wchar.h

----------------------------- Log Message -----------------------------

Change return type of:
pg_mb2wchar(const unsigned char *, pg_wchar *);
pg_mb2wchar_with_len(const unsigned char *, pg_wchar *, int);
from void to int. Now they return the number of
wide chars.