summaryrefslogtreecommitdiff
path: root/src/backend/utils/mb/README
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2002-09-03 21:45:44 +0000
committerPeter Eisentraut <peter_e@gmx.net>2002-09-03 21:45:44 +0000
commit77f7763b55a89254f3b4be1f92402188bf2575b8 (patch)
tree95af88df05d1251ee25dd28cf826c664748daa14 /src/backend/utils/mb/README
parent86f27321e25b5a1a7b6c78400e54f063525b07d5 (diff)
downloadpostgresql-77f7763b55a89254f3b4be1f92402188bf2575b8.tar.gz
Remove all traces of multibyte and locale options. Clean up comments
referring to "multibyte" where it really means character encoding.
Diffstat (limited to 'src/backend/utils/mb/README')
-rw-r--r--src/backend/utils/mb/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/utils/mb/README b/src/backend/utils/mb/README
index f0d4df9589..8ee732ca04 100644
--- a/src/backend/utils/mb/README
+++ b/src/backend/utils/mb/README
@@ -2,7 +2,7 @@ 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
+ multibyte conversion
mbutilc.c: public functions for the backend only.
requires conv.c and wchar.c
wstrcmp.c: strcmp for mb
@@ -12,4 +12,4 @@ 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() \ No newline at end of file
+utftest.c: test driver for utf2wchar()