Unicode support in postgresql code - Mailing list pgsql-hackers

From Kalyankumar Ramaseshan
Subject Unicode support in postgresql code
Date
Msg-id 4964220F.9060301@gmail.com
Whole thread Raw
List pgsql-hackers
Hi,

Any one could throw some light on how the unicode support is enabled in 
the postgresql code? I know that this is a step during the installation 
to select the default locale of the postgresql system & other place is 
during the creation of a database, there is a option to select the 
language (not programming language, human spoken language).

There are a set of C source code available in src/backend/utils/mb. 
There are couple of other directories viz., Unicode & conversion_procs 
under src/backend/utils/mb. How these code work?

I appreciate & thank for your response in advance.
thankskalyan



pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Re: [COMMITTERS] pgsql: This makes all the \dX commands (most importantly to most: \df)
Next
From: Bruce Momjian
Date:
Subject: Re: HAVE_FSEEKO for WIN32