postgresql/src/backend/utils/mb
Bruce Momjian e1ebac319d Here are the patches against the current source tree. I have run the
regression test on a FreeBSD box with both non-MULTIBYTE and
MULTIBYTE-enabled, and confirmed that the results are same.

However I do not tested on PCs(I don't have access to win). Please let
me know if the patches break anything on PCs.

Also please note that the patch for varchar.c is a fix for a nasty bug
of char(n) types that I introduced and I believe at least this should
be applied.

Tatsuo Ishii
1998-10-06 03:02:29 +00:00
..
Makefile From: t-ishii@sra.co.jp 1998-07-26 04:31:41 +00:00
README I really hope that I haven't missed anything in this one... 1998-07-24 03:32:46 +00:00
common.c Here are the patches against the current source tree. I have run the 1998-10-06 03:02:29 +00:00
conv.c OK, folks, here is the pgindent output. 1998-09-01 04:40:42 +00:00
mbutils.c MB patches from Tatsuo Ishii 1998-09-25 01:46:25 +00:00
utftest.c OK, folks, here is the pgindent output. 1998-09-01 04:40:42 +00:00
variable.c OK, folks, here is the pgindent output. 1998-09-01 04:40:42 +00:00
wchar.c OK, folks, here is the pgindent output. 1998-09-01 04:40:42 +00:00
wstrcmp.c OK, folks, here is the pgindent output. 1998-09-01 04:40:42 +00:00
wstrncmp.c OK, folks, here is the pgindent output. 1998-09-01 04:40:42 +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