postgresql/src/backend/utils/mb
2003-08-25 01:46:16 +00:00
..
conversion_procs Fix uninstall target. 2003-08-23 04:22:34 +00:00
Unicode Fix GB18030 to UTF-8 mapping table 2003-08-25 01:46:16 +00:00
alt.c Restructure the key include files per recent pghackers discussion: there 2001-02-10 02:31:31 +00:00
conv.c Update copyrights to 2003. 2003-08-04 02:40:20 +00:00
encnames.c Error message editing in backend/utils (except /adt). 2003-07-25 20:18:01 +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 pgindent run. 2003-08-04 00:43:34 +00:00
README Remove all traces of multibyte and locale options. Clean up comments 2002-09-03 21:45:44 +00:00
wchar.c pgindent run. 2003-08-04 00:43:34 +00:00
win1251.c Add missing files. 2001-09-07 03:32:11 +00:00
win.c Restructure the key include files per recent pghackers discussion: there 2001-02-10 02:31:31 +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()