postgresql/src/backend/utils/mb
2001-09-25 01:27:03 +00:00
..
Unicode Remove old file. 2001-09-19 21:28:55 +00:00
alt.c Restructure the key include files per recent pghackers discussion: there 2001-02-10 02:31:31 +00:00
big5.c Restructure the key include files per recent pghackers discussion: there 2001-02-10 02:31:31 +00:00
conv.c Fix bug in mic2ascii(). It does not handle correctly if none ASCII 2001-09-25 01:27:03 +00:00
encnames.c Remove variable length macros used in debugging, per Karel. 2001-09-07 15:01:45 +00:00
iso.c Restructure the key include files per recent pghackers discussion: there 2001-02-10 02:31:31 +00:00
Makefile Remove test drivers 2001-09-22 08:44:49 +00:00
mbutils.c Fix type_maximum_size() to give the right answer in MULTIBYTE cases. 2001-09-21 15:27:38 +00:00
README Support SET/SHOW/RESET client_encoding and server_encoding even when 2000-10-25 19:44:44 +00:00
sjis.map Support for conversion between UNICODE and other encodings 2000-10-12 06:06:50 +00:00
wchar.c Add pg_database_encoding_max_length() function. 2001-09-23 10:59:45 +00:00
win.c Restructure the key include files per recent pghackers discussion: there 2001-02-10 02:31:31 +00:00
win1251.c Add missing files. 2001-09-07 03:32:11 +00:00
wstrcmp.c Restructure the key include files per recent pghackers discussion: there 2001-02-10 02:31:31 +00:00
wstrncmp.c Fix unportable assumptions about alignment of local char[n] variables. 2001-03-25 23:23:59 +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
		multi-byte 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()