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
Neil Conway 0e72b9d440 Cosmetic improvements/code cleanup: 22 years ago
..
Unicode Update copyright to 2004. 22 years ago
conversion_procs Another pgindent run with lib typedefs added. 22 years ago
Makefile $Header: -> $PostgreSQL Changes ... 22 years ago
README Remove all traces of multibyte and locale options. Clean up comments 24 years ago
alt.c make sure the $Id tags are converted to $PostgreSQL as well ... 22 years ago
conv.c Update copyright to 2004. 22 years ago
encnames.c Add new macro as shorthand for MS VC and Borland C++: 22 years ago
iso.c make sure the $Id tags are converted to $PostgreSQL as well ... 22 years ago
mbutils.c Pgindent run for 8.0. 22 years ago
wchar.c Allow WIN1250 as server encoding. 22 years ago
win.c make sure the $Id tags are converted to $PostgreSQL as well ... 22 years ago
win1251.c make sure the $Id tags are converted to $PostgreSQL as well ... 22 years ago
wstrcmp.c pgindent run on all C files. Java run to follow. initdb/regression 25 years ago
wstrncmp.c Cosmetic improvements/code cleanup: 22 years ago

README

common.c:	public functions for both the backend and the frontend.
requires conv.c and wchar.c
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
mbutilc.c: public functions for the backend only.
requires conv.c and wchar.c
wstrcmp.c: strcmp for mb
wstrncmp.c: strncmp for mb
alt.c: a tool to generate KOI8 <--> CP866 conversion table
iso.c: a tool to generate KOI8 <--> ISO8859-5 conversion table
win.c: a tool to generate KOI8 <--> CP1251 conversion table
big5.c: conversion between BIG5 and Mule Internal Code(CNS 116643-1992
plane 1 and plane 2).
utftest.c: test driver for utf2wchar()