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
Tatsuo Ishii 90a06dba16 Fix broken GB18030 <--> UTF-8 conversion map 23 years ago
..
Unicode Fix broken GB18030 <--> UTF-8 conversion map 23 years ago
conversion_procs Add missing semicolons to a few PG_FUNCTION_INFO_V1 calls. 23 years ago
Makefile Avoid multiple scans of utils/mb/conversion_procs/ subdirectories during 24 years ago
README Remove all traces of multibyte and locale options. Clean up comments 24 years ago
alt.c Restructure the key include files per recent pghackers discussion: there 25 years ago
conv.c pgindent run. 24 years ago
encnames.c pgindent run. 24 years ago
iso.c Restructure the key include files per recent pghackers discussion: there 25 years ago
mbutils.c Remove encoding lookups from grammar stage, push them back to places 23 years ago
wchar.c pgindent run. 24 years ago
win.c Restructure the key include files per recent pghackers discussion: there 25 years ago
win1251.c Add missing files. 25 years ago
wstrcmp.c pgindent run on all C files. Java run to follow. initdb/regression 25 years ago
wstrncmp.c Fix unportable assumptions about alignment of local char[n] variables. 25 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()