postgresql/src/backend/utils/mb
Heikki Linnakangas 12b4bdcb43 Add KOI8-U map files to Makefile.
These were left out by mistake back when support for KOI8-U encoding was
added.

Extracted from Kyotaro Horiguchi's larger patch.
2017-02-02 14:14:01 +02:00
..
conversion_procs pgindent run for 9.4 2014-05-06 12:12:18 -04:00
Unicode Add KOI8-U map files to Makefile. 2017-02-02 14:14:01 +02:00
conv.c Update copyright for 2014 2014-01-07 16:05:30 -05:00
encnames.c Encoding PG_UHC is code page 949. 2015-08-14 20:23:42 -04:00
iso.c Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
Makefile Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
mbutils.c Restore old pgwin32_message_to_UTF16() behavior outside transactions. 2015-08-14 20:23:41 -04:00
README Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
wchar.c pgindent run for 9.4 2014-05-06 12:12:18 -04:00
win866.c Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
win1251.c Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
wstrcmp.c pgindent run for 9.4 2014-05-06 12:12:18 -04:00
wstrncmp.c pgindent run for 9.4 2014-05-06 12:12:18 -04:00

src/backend/utils/mb/README

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