postgresql/src/backend/utils/mb
Tatsuo Ishii ed7baeaf4d Remove #ifdef MULTIBYTE per hackers list discussion. 2002-08-29 07:22:30 +00:00
..
Unicode Add support for GB18030 2002-06-14 03:30:56 +00:00
conversion_procs Remove erroneous character from Makefile due to editor error. 2002-08-22 02:18:45 +00:00
Makefile Address build problems on cygwin and (hopefully) AIX. 2002-08-08 07:47:43 +00:00
README Support SET/SHOW/RESET client_encoding and server_encoding even when 2000-10-25 19:44:44 +00:00
alt.c Restructure the key include files per recent pghackers discussion: there 2001-02-10 02:31:31 +00:00
conv.c Add Cyrillic and other encodings for encoding conversion. 2002-08-14 02:45:10 +00:00
encnames.c Add GB18030 support. Contributed by Bill Huang <bill_huanghb@ybb.ne.jp> 2002-06-13 08:30:22 +00:00
iso.c Restructure the key include files per recent pghackers discussion: there 2001-02-10 02:31:31 +00:00
mbutils.c Remove #ifdef MULTIBYTE per hackers list discussion. 2002-08-29 07:22:30 +00:00
wchar.c Add GB18030 support. Contributed by Bill Huang <bill_huanghb@ybb.ne.jp> 2002-06-13 08:30:22 +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 pgindent run on all C files. Java run to follow. initdb/regression 2001-10-25 05:50:21 +00:00
wstrncmp.c Fix unportable assumptions about alignment of local char[n] variables. 2001-03-25 23:23:59 +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
		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()