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 cfe01796e6 Ok, here is the modified encoding table (column1 is the standard name, 25 years ago
..
Unicode Add support for ISO-8859-6 to 16 25 years ago
Makefile Remove test drivers 25 years ago
README Support SET/SHOW/RESET client_encoding and server_encoding even when 26 years ago
alt.c Restructure the key include files per recent pghackers discussion: there 25 years ago
big5.c Restructure the key include files per recent pghackers discussion: there 25 years ago
conv.c Ok, here is the modified encoding table (column1 is the standard name, 25 years ago
encnames.c Ok, here is the modified encoding table (column1 is the standard name, 25 years ago
iso.c Restructure the key include files per recent pghackers discussion: there 25 years ago
mbutils.c Add a new function "pg_client_encoding" which returns the current client 25 years ago
sjis.map Support for conversion between UNICODE and other encodings 26 years ago
wchar.c Add UTF-8 char >= 0x10000 check 25 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 Restructure the key include files per recent pghackers discussion: there 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
multi-byte 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()