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

From: Tatsuo Ishii <ishii>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/include/mb (pg_wchar.h)
Date: 2000-08-25 14:24:10
Message-ID: 200008251424.e7PEOAi58942@hub.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Browse pgsql-committers by date

  From Date Subject
Next Message Thomas Lockhart 2000-08-25 15:17:37 pgsql/doc/src/sgml (plsql.sgml pltcl.sgml postgres.sgml xfunc.sgml)
Previous Message Peter Eisentraut - PostgreSQL 2000-08-25 10:00:37 pgsql/src/interfaces/libpq (fe-auth.c)