Re: Russian characters

From: Manuel Sugawara <masm(at)fciencias(dot)unam(dot)mx>
To: aarni(dot)ruuhimaki(at)kymi(dot)com
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Russian characters
Date: 2004-01-29 04:57:30
Message-ID: m31xpjtkqt.fsf@conexa.fciencias.unam.mx
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Aarni Ruuhimäki <aarni(dot)ruuhimaki(at)kymi(dot)com> writes:

> Hi all,
>
> Could I have guidelines on how to store and display (generic ?)
> Russian characters right, and Spanish as well, for that matter,
> alongside with nordic / latin1 ? Encoding ? Running RH 7.3 + Pg
> 7.4.1. Is this even possible ?

If you want to store multilingual chars you must use some encoding
that supports that, UTF-8 (Unicode) for instance. Displaying those
chars isn't PostgreSQL issue. The client must be correctly configured
(and should support the corresponding encoding) to display those
chars.

Regards,
Manuel.

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Saket Bagade 2004-01-29 11:40:08 Database installation query (PostgreSQL 7.4)
Previous Message Manuel Sugawara 2004-01-29 04:50:26 Re: Setting date and time