]> granicus.if.org Git - postgresql/blob - src/backend/utils/mb/README
Support SET/SHOW/RESET client_encoding and server_encoding even when
[postgresql] / src / backend / utils / mb / README
1 common.c:       public functions for both the backend and the frontend.
2                 requires conv.c and wchar.c
3 conv.c:         static functions and a public table for code conversion
4 wchar.c:        mostly static functions and a public table for mb string and
5                 multi-byte conversion
6 mbutilc.c:      public functions for the backend only.
7                 requires conv.c and wchar.c
8 wstrcmp.c:      strcmp for mb
9 wstrncmp.c:     strncmp for mb
10 alt.c:          a tool to generate KOI8 <--> CP866 conversion table
11 iso.c:          a tool to generate KOI8 <--> ISO8859-5 conversion table
12 win.c:          a tool to generate KOI8 <--> CP1251 conversion table
13 big5.c:         conversion between BIG5 and Mule Internal Code(CNS 116643-1992
14                 plane 1 and plane 2).
15 utftest.c:      test driver for utf2wchar()