postgresql/src/backend/utils/mb
Tom Lane d78397d301 Change typreceive function API so that receive functions get the same
optional arguments as text input functions, ie, typioparam OID and
atttypmod.  Make all the datatypes that use typmod enforce it the same
way in typreceive as they do in typinput.  This fixes a problem with
failure to enforce length restrictions during COPY FROM BINARY.
2005-07-10 21:14:00 +00:00
..
Unicode Add support for Win1252 encoding. 2005-03-14 18:31:25 +00:00
conversion_procs Allow direct conversion between EUC_JP and SJIS to improve 2005-06-24 13:56:39 +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
conv.c Support 3 and 4-byte unicode characters. 2005-06-15 00:15:08 +00:00
encnames.c Add support for Win1252 encoding. 2005-03-14 18:31:25 +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 Change typreceive function API so that receive functions get the same 2005-07-10 21:14:00 +00:00
wchar.c Support 3 and 4-byte unicode characters. 2005-06-15 00:15:08 +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

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