mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-10 00:17:38 +08:00
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.