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 ce55481032 Post-PG 10 beta1 pgperltidy run 9 years ago
..
Unicode Post-PG 10 beta1 pgperltidy run 9 years ago
conversion_procs Post-PG 10 beta1 pgindent run 9 years ago
Makefile
README
conv.c Post-PG 10 beta1 pgindent run 9 years ago
encnames.c Post-PG 10 beta1 pgindent run 9 years ago
iso.c
mbutils.c Update copyright via script for 2017 9 years ago
wchar.c
win866.c
win1251.c
wstrcmp.c
wstrncmp.c

README

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