mirror of
https://github.com/postgres/postgres.git
synced 2026-02-22 17:31:00 -05: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.
|
||
|---|---|---|
| .. | ||
| pg_wchar.h | ||