postgresql/src/backend/utils/mb
Tom Lane ecb156d484 If we don't have shared libraries, we don't have conversions. Make
conversion_create.sql be empty (except for a helpful comment) in this
case.  Allows initdb to succeed with --disable-shared.
2004-01-21 19:22:19 +00:00
..
Unicode make sure the $Id tags are converted to $PostgreSQL as well ... 2003-11-29 22:41:33 +00:00
conversion_procs If we don't have shared libraries, we don't have conversions. Make 2004-01-21 19:22:19 +00:00
Makefile $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
README Remove all traces of multibyte and locale options. Clean up comments 2002-09-03 21:45:44 +00:00
alt.c make sure the $Id tags are converted to $PostgreSQL as well ... 2003-11-29 22:41:33 +00:00
conv.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
encnames.c make sure the $Id tags are converted to $PostgreSQL as well ... 2003-11-29 22:41:33 +00:00
iso.c make sure the $Id tags are converted to $PostgreSQL as well ... 2003-11-29 22:41:33 +00:00
mbutils.c $Header: -> $PostgreSQL Changes ... 2003-11-29 19:52:15 +00:00
wchar.c make sure the $Id tags are converted to $PostgreSQL as well ... 2003-11-29 22:41:33 +00:00
win.c make sure the $Id tags are converted to $PostgreSQL as well ... 2003-11-29 22:41:33 +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 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

README

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