Skip to content
Snippets Groups Projects
Commit 4274726d authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Add URL for introduction to multibyte programming in C.

parent dc69c036
No related branches found
No related tags found
No related merge requests found
$PostgreSQL: pgsql/src/backend/utils/mb/README,v 1.7 2008/03/21 13:23:28 momjian Exp $ $PostgreSQL: pgsql/src/backend/utils/mb/README,v 1.8 2008/06/17 18:22:43 momjian Exp $
Encodings Encodings
========= =========
...@@ -14,3 +14,7 @@ wstrncmp.c: strncmp for mb ...@@ -14,3 +14,7 @@ wstrncmp.c: strncmp for mb
win866.c: a tool to generate KOI8 <--> CP866 conversion table win866.c: a tool to generate KOI8 <--> CP866 conversion table
iso.c: a tool to generate KOI8 <--> ISO8859-5 conversion table iso.c: a tool to generate KOI8 <--> ISO8859-5 conversion table
win1251.c: a tool to generate KOI8 <--> CP1251 conversion table win1251.c: a tool to generate KOI8 <--> CP1251 conversion table
Introduction
------------
http://www.cprogramming.com/tutorial/unicode.html
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment