postgresql/src/backend/utils/mb
Tatsuo Ishii 8ccc7dfaf1 Tighten up SJIS byte sequence check. Now we reject invalid SJIS byte
sequence such as "0x95 0x27". Patches from Akio Ishida.
2006-03-04 11:10:44 +00:00
..
conversion_procs Tighten up SJIS byte sequence check. Now we reject invalid SJIS byte 2006-03-04 11:10:44 +00:00
Unicode Add support for Win1252 encoding. 2005-03-14 18:31:25 +00:00
conv.c Message corrections 2005-10-29 00:31:52 +00:00
encnames.c Fix bug that allowed any logged-in user to SET ROLE to any other database user 2006-02-12 22:32:57 +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 Standard pgindent run for 8.1. 2005-10-15 02:49:52 +00:00
README Remove all traces of multibyte and locale options. Clean up comments 2002-09-03 21:45:44 +00:00
wchar.c Fix long standing Asian multibyte charsets bug. 2005-12-24 09:42: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 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()