postgresql/src/backend/utils/mb
2005-03-14 00:19:13 +00:00
..
conversion_procs Unbreak out-of-tree builds, by fixing a typo. 2005-03-07 23:18:06 +00:00
Unicode Rename canonical encodings, per Peter: 2005-03-07 04:30:55 +00:00
conv.c Rename canonical encodings, per Peter: 2005-03-07 04:30:55 +00:00
encnames.c Document aliases for our supported encodings. 2005-03-13 01:26:30 +00:00
iso.c make sure the $Id tags are converted to $PostgreSQL as well ... 2003-11-29 22:41:33 +00:00
Makefile $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
mbutils.c Rename canonical encodings, per Peter: 2005-03-07 04:30:55 +00:00
README Remove all traces of multibyte and locale options. Clean up comments 2002-09-03 21:45:44 +00:00
wchar.c Update comments for new encoding names. 2005-03-14 00:19:13 +00:00
win866.c Rename canonical encodings, per Peter: 2005-03-07 04:30:55 +00:00
win1251.c make sure the $Id tags are converted to $PostgreSQL as well ... 2003-11-29 22:41:33 +00:00
wstrcmp.c More minor cosmetic improvements: 2004-10-13 01:25:13 +00:00
wstrncmp.c Cosmetic improvements/code cleanup: 2004-10-10 23:37:45 +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()