postgresql/src/backend/utils/mb
Peter Eisentraut 424f0edcb8 Fix relative path references so that make knowns which dependencies refer
to one another. Sort out builddir vs srcdir variable namings. Remove some
now obsoleted make variables.
2000-08-31 16:12:35 +00:00
..
Makefile Fix relative path references so that make knowns which dependencies refer 2000-08-31 16:12:35 +00:00
README Add UDC (User Defined Characters) support to SJIS/EUC_JP conversion 2000-01-13 01:08:14 +00:00
alt.c pgindent run over code. 1999-05-25 16:15:34 +00:00
big5.c Add fix for 0x7fU constants to pgindent 1999-05-26 15:20:04 +00:00
common.c Another batch of fmgr updates. I think I have gotten all old-style 2000-06-13 07:35:40 +00:00
conv.c Change pg_mblen and pg_encoding_mblen return types from void 2000-08-27 10:40:48 +00:00
iso.c pgindent run over code. 1999-05-25 16:15:34 +00:00
mbutils.c Change pg_mblen and pg_encoding_mblen return types from void 2000-08-27 10:40:48 +00:00
utftest.c Change #include's to use <> and "" as appropriate. 1999-07-15 23:04:24 +00:00
variable.c Clean up const-vs-not-const compiler warning in MULTIBYTE code. 2000-04-20 22:40:18 +00:00
wchar.c Change pg_mblen and pg_encoding_mblen return types from void 2000-08-27 10:40:48 +00:00
win.c pgindent run over code. 1999-05-25 16:15:34 +00:00
wstrcmp.c Change #include's to use <> and "" as appropriate. 1999-07-15 23:04:24 +00:00
wstrncmp.c Change #include's to use <> and "" as appropriate. 1999-07-15 23:04:24 +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
varable.c:	public functions for show/set/reset variable commands
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()