1src/backend/utils/mb/README
2
3Encodings
4=========
5
6encnames.c:	public functions for both the backend and the frontend.
7conv.c:		static functions and a public table for code conversion
8wchar.c:	mostly static functions and a public table for mb string and
9		multibyte conversion
10mbutils.c:	public functions for the backend only.
11		requires conv.c and wchar.c
12wstrcmp.c:	strcmp for mb
13wstrncmp.c:	strncmp for mb
14win866.c:	a tool to generate KOI8 <--> CP866 conversion table
15iso.c:		a tool to generate KOI8 <--> ISO8859-5 conversion table
16win1251.c:	a tool to generate KOI8 <--> CP1251 conversion table
17
18Introduction
19------------
20	http://www.cprogramming.com/tutorial/unicode.html
21