postgresql/src/backend/utils/mb
Bruce Momjian a647e30ba3 New patch with corrected README attached.
Also quickly added mention that it may be a qualified schema name.

Rod Taylor
2003-06-12 08:02:57 +00:00
..
conversion_procs This is a derived file and should never have been added to CVS. 2003-04-02 00:58:08 +00:00
Unicode Fix broken GB18030 <--> UTF-8 conversion map 2002-11-12 11:33:40 +00:00
alt.c Restructure the key include files per recent pghackers discussion: there 2001-02-10 02:31:31 +00:00
conv.c Fix encoding conversion function bug. 2003-04-12 07:53:57 +00:00
encnames.c New patch with corrected README attached. 2003-06-12 08:02:57 +00:00
iso.c Restructure the key include files per recent pghackers discussion: there 2001-02-10 02:31:31 +00:00
Makefile Avoid multiple scans of utils/mb/conversion_procs/ subdirectories during 2002-09-04 15:45:50 +00:00
mbutils.c Department of second thoughts: probably still need an IsTransactionState 2003-04-27 18:01:46 +00:00
README Remove all traces of multibyte and locale options. Clean up comments 2002-09-03 21:45:44 +00:00
wchar.c Fix typo in an error message 2003-01-11 06:55:11 +00:00
win.c Restructure the key include files per recent pghackers discussion: there 2001-02-10 02:31:31 +00:00
win1251.c Add missing files. 2001-09-07 03:32:11 +00:00
wstrcmp.c pgindent run on all C files. Java run to follow. initdb/regression 2001-10-25 05:50:21 +00:00
wstrncmp.c Fix unportable assumptions about alignment of local char[n] variables. 2001-03-25 23:23:59 +00:00

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
		multibyte 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
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()