~ubuntu-branches/ubuntu/hardy/postgresql-8.4/hardy-backports

« back to all changes in this revision

Viewing changes to src/backend/utils/mb/README

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2009-03-20 12:00:13 UTC
  • Revision ID: james.westby@ubuntu.com-20090320120013-hogj7egc5mjncc5g
Tags: upstream-8.4~0cvs20090328
ImportĀ upstreamĀ versionĀ 8.4~0cvs20090328

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
$PostgreSQL$
 
2
 
 
3
Encodings
 
4
=========
 
5
 
 
6
encnames.c:     public functions for both the backend and the frontend.
 
7
conv.c:         static functions and a public table for code conversion
 
8
wchar.c:        mostly static functions and a public table for mb string and
 
9
                multibyte conversion
 
10
mbutils.c:      public functions for the backend only.
 
11
                requires conv.c and wchar.c
 
12
wstrcmp.c:      strcmp for mb
 
13
wstrncmp.c:     strncmp for mb
 
14
win866.c:       a tool to generate KOI8 <--> CP866 conversion table
 
15
iso.c:          a tool to generate KOI8 <--> ISO8859-5 conversion table
 
16
win1251.c:      a tool to generate KOI8 <--> CP1251 conversion table
 
17
 
 
18
Introduction
 
19
------------
 
20
        http://www.cprogramming.com/tutorial/unicode.html