mirror of
https://github.com/postgres/postgres.git
synced 2026-02-16 09:08:23 -05:00
it failed to cover the case where high bits of char are 100 or 101. Not sure if fix is right, but it agrees with pg_utf_mblen ... and it doesn't lock up ... |
||
|---|---|---|
| .. | ||
| alt.c | ||
| big5.c | ||
| common.c | ||
| conv.c | ||
| iso.c | ||
| Makefile | ||
| mbutils.c | ||
| README | ||
| utftest.c | ||
| variable.c | ||
| wchar.c | ||
| win.c | ||
| wstrcmp.c | ||
| wstrncmp.c | ||
common.c: public functions for both the backend and the frontend. requires conv.c and wchar.c conv.c: static functions and a public table for code conversion wchar.c: mostly static functions and a public table for mb string and multi-byte conversion mbutilc.c: public functions for the backend only. requires conv.c and wchar.c wstrcmp.c: strcmp for mb wstrncmp.c: strncmp for mb varable.c: public functions for show/set/reset variable commands