Re: How to store koi8-r (cyrillic) data?

From: Jean-Michel POURE <jm(dot)poure(at)freesurf(dot)fr>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: How to store koi8-r (cyrillic) data?
Date: 2001-11-14 14:12:03
Message-ID: 4.2.0.58.20011114150945.00ae1890@pop.freesurf.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Thomas Lockhart 2001-11-14 14:26:26 Re: Memory exhausted in AllocSetReAlloc
Previous Message Eric Cholet 2001-11-14 14:03:18 Memory exhausted in AllocSetReAlloc