postgresql/src/backend/utils/mb
2006-07-11 18:26:11 +00:00
..
conversion_procs Alphabetically order reference to include files, "S"-"Z". 2006-07-11 18:26:11 +00:00
Unicode Add CVS tag lines to files that were lacking them. 2006-03-11 04:38:42 +00:00
conv.c Change the backend to reject strings containing invalidly-encoded multibyte 2006-05-21 20:05:21 +00:00
encnames.c Prepare code to be built by MSVC: 2006-06-07 22:24:46 +00:00
iso.c make sure the $Id tags are converted to $PostgreSQL as well ... 2003-11-29 22:41:33 +00:00
Makefile
mbutils.c Alphabetically order reference to include files, "G" - "M". 2006-07-11 17:04:13 +00:00
README Add support for Windows codepages 1253, 1254, 1255, and 1257 and clean 2006-02-18 16:15:23 +00:00
wchar.c Change the backend to reject strings containing invalidly-encoded multibyte 2006-05-21 20:05:21 +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

encnames.c:	public functions for both the backend and the frontend.
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
mbutils.c:	public functions for the backend only.
		requires conv.c and wchar.c
wstrcmp.c:	strcmp for mb
wstrncmp.c:	strncmp for mb
win866.c:	a tool to generate KOI8 <--> CP866 conversion table
iso.c:		a tool to generate KOI8 <--> ISO8859-5 conversion table
win1251.c:	a tool to generate KOI8 <--> CP1251 conversion table