Re: How to store koi8-r (cyrillic) data? - Mailing list pgsql-general

From Jean-Michel POURE
Subject Re: How to store koi8-r (cyrillic) data?
Date
Msg-id 4.2.0.58.20011114150945.00ae1890@pop.freesurf.fr
Whole thread Raw
In response to How to store koi8-r (cyrillic) data?  (Daniel Rubio <drubio@activa-online.com>)
List pgsql-general
>I need to store in some registers of my db cyrillic characters and I
>don't know how to do it, I've reach the Localization chapter but  I
>think that is not what I need, I want to store in the same table (but in
>diferent columns) latin and cyrillic chars, to show in my website the
>contents in english or russian.
>
>Someone has experienced it? ideas?

Unicode (utf-8) should be able to display both Latin and Cyrillic information.
The whole information chain (PostgreSQL, database, http server, html files)
need to be UTF-8 compatible.

What is your configuration?

Cheers,
Jean-Michel POURE

pgsql-general by date:

Previous
From: Eric Cholet
Date:
Subject: Memory exhausted in AllocSetReAlloc
Next
From: Thomas Lockhart
Date:
Subject: Re: Memory exhausted in AllocSetReAlloc