You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
postgres/src/backend/utils/mb
Bruce Momjian 27b77ecf9f Update copyright for 2022 4 years ago
..
Unicode Update copyright for 2022 4 years ago
conversion_procs Update copyright for 2022 4 years ago
Makefile Move wchar.c and encnames.c to src/common/. 6 years ago
README Move wchar.c and encnames.c to src/common/. 6 years ago
conv.c Update copyright for 2022 4 years ago
iso.c
mbutils.c Update copyright for 2022 4 years ago
stringinfo_mb.c Update copyright for 2022 4 years ago
win866.c
win1251.c
wstrcmp.c
wstrncmp.c

README

src/backend/utils/mb/README

Encodings
=========

conv.c: static functions and a public table for code conversion
mbutils.c: public functions for the backend only.
stringinfo_mb.c: public backend-only multibyte-aware stringinfo functions
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

See also in src/common/:

encnames.c: public functions for encoding names
wchar.c: mostly static functions and a public table for mb string and
multibyte conversion

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