dbTalk Databases Forums  

Russian characters

comp.databases.postgresql.novice comp.databases.postgresql.novice


Discuss Russian characters in the comp.databases.postgresql.novice forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Aarni Ruuhimäki
 
Posts: n/a

Default Russian characters - 01-28-2004 , 03:02 PM






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 ?

This would be for a dynamic multi lingual cfml-website with browser admin.

locale -a gives me loads of installed system locales including

ru_RU
ru_RU.koi8r
ru_RU.utf8
russian
ru_UA
ru_UA.utf8

LC_COLLATE and LC_CTYPE are now fi_FI

TIA and BR,

Aarni


--
-------------------------------------------------
Aarni Ruuhimäki | Megative Tmi | KYMI.com


---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo (AT) postgresql (DOT) org so that your
message can get through to the mailing list cleanly


Reply With Quote
  #2  
Old   
Manuel Sugawara
 
Posts: n/a

Default Re: Russian characters - 01-28-2004 , 10:57 PM






Aarni Ruuhimäki <aarni.ruuhimaki (AT) kymi (DOT) com> writes:

Quote:
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.

---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://archives.postgresql.org



Reply With Quote
  #3  
Old   
Aarni Ruuhimäki
 
Posts: n/a

Default Re: Russian characters - 01-29-2004 , 05:44 AM



Thanks Manuel and Reshat,

I re-inited with UTF-8 and it seems to work ok.

I understand that displaying the chars really depends on the client(browser)
and it is not my concern. I bit baffled though, as I played around with
encoding settings in Konqueror, I can see the 'funny' chars also from a
LATIN1 db. But I am happy as long as the db stores and retrieves them right.
So, no probs.

Thanks again.

BR,

Aarni


On Thursday 29 January 2004 06:57, you wrote:
Quote:
Aarni Ruuhimäki <aarni.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.
--
-------------------------------------------------
Aarni Ruuhimäki | Megative Tmi | KYMI.com

---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://archives.postgresql.org



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.