summaryrefslogtreecommitdiff
path: root/src/backend/utils/mb/README
diff options
context:
space:
mode:
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()