postgresql/src/backend/utils/mb
2010-01-04 20:38:31 +00:00
..
conversion_procs Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
Unicode Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
conv.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00
encnames.c
iso.c
Makefile
mbutils.c Make initdb behave sanely when the selected locale has codeset "US-ASCII". 2009-11-12 02:46:16 +00:00
README
wchar.c Remove sometimes inaccurate error hint about source of wrongly encoded data. 2010-01-04 20:38:31 +00:00
win866.c
win1251.c
wstrcmp.c
wstrncmp.c

$PostgreSQL: pgsql/src/backend/utils/mb/README,v 1.8 2008/06/17 18:22:43 momjian Exp $

Encodings
=========

encnames.c:	public functions for both the backend and the frontend.
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
mbutils.c:	public functions for the backend only.
		requires conv.c and wchar.c
wstrcmp.c:	strcmp for mb
wstrncmp.c:	strncmp for mb
win866.c:	a tool to generate KOI8 <--> CP866 conversion table
iso.c:		a tool to generate KOI8 <--> ISO8859-5 conversion table
win1251.c:	a tool to generate KOI8 <--> CP1251 conversion table

Introduction
------------
	http://www.cprogramming.com/tutorial/unicode.html