diff options
Diffstat (limited to 'src/backend/utils/mb/README')
-rw-r--r-- | src/backend/utils/mb/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/backend/utils/mb/README b/src/backend/utils/mb/README index 2ecfe21147c..dbd0b8da143 100644 --- a/src/backend/utils/mb/README +++ b/src/backend/utils/mb/README @@ -8,3 +8,9 @@ mbutilc.c: public functions for the backend only. wstrcmp.c: strcmp for mb wstrncmp.c: strncmp for mb varable.c: public functions for show/set/reset variable commands +alt.c: a tool to generate KOI8 <--> CP866 conversion table +iso.c: a tool to generate KOI8 <--> ISO8859-5 conversion table +win.c: a tool to generate KOI8 <--> CP1251 conversion table +big5.c: conversion between BIG5 and Mule Internal Code(CNS 116643-1992 + plane 1 and plane 2). +utftest.c: test driver for utf2wchar()
\ No newline at end of file |