postgresql/src/backend/utils/mb
Tom Lane fa98a86f65 Tweak the code in a couple of places to try to deliver more user-friendly
error messages when a single COPY line is too long for us to handle.  Per
example from Johann Spies.
2007-05-28 16:43:24 +00:00
..
Unicode Add new encoding EUC_JIS_2004 and SHIFT_JIS_2004, 2007-03-25 11:56:04 +00:00
conversion_procs Fix description how to create conversion function. 2007-04-15 10:49:26 +00:00
Makefile Remove remains of old depend target. 2007-01-20 17:16:17 +00:00
README Add support for Windows codepages 1253, 1254, 1255, and 1257 and clean 2006-02-18 16:15:23 +00:00
conv.c Add new encoding EUC_JIS_2004 and SHIFT_JIS_2004, 2007-03-25 11:56:04 +00:00
encnames.c Tweak clean_encoding_name() API to avoid need to cast away const. 2007-04-16 18:50:49 +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 Tweak the code in a couple of places to try to deliver more user-friendly 2007-05-28 16:43:24 +00:00
wchar.c Make JOHAB client only encoding per discussions in pgsql-hackers 2007-04-15 10:56:30 +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 Remove advertising clause from Berkeley BSD-licensed files, per 2007-03-26 21:44:11 +00:00
wstrncmp.c Remove advertising clause from Berkeley BSD-licensed files, per 2007-03-26 21:44:11 +00:00

README

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