diff options
Diffstat (limited to 'src/backend/utils/mb/README')
-rw-r--r-- | src/backend/utils/mb/README | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/backend/utils/mb/README b/src/backend/utils/mb/README index 7495ca5db23..ef366268913 100644 --- a/src/backend/utils/mb/README +++ b/src/backend/utils/mb/README @@ -3,12 +3,8 @@ src/backend/utils/mb/README Encodings ========= -encnames.c: public functions for both the backend and the frontend. conv.c: static functions and a public table for code conversion -wchar.c: mostly static functions and a public table for mb string and - multibyte conversion mbutils.c: public functions for the backend only. - requires conv.c and wchar.c stringinfo_mb.c: public backend-only multibyte-aware stringinfo functions wstrcmp.c: strcmp for mb wstrncmp.c: strncmp for mb @@ -16,6 +12,12 @@ win866.c: a tool to generate KOI8 <--> CP866 conversion table iso.c: a tool to generate KOI8 <--> ISO8859-5 conversion table win1251.c: a tool to generate KOI8 <--> CP1251 conversion table +See also in src/common/: + +encnames.c: public functions for encoding names +wchar.c: mostly static functions and a public table for mb string and + multibyte conversion + Introduction ------------ http://www.cprogramming.com/tutorial/unicode.html |