dbTalk Databases Forums  

iso-8859-2

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


Discuss iso-8859-2 in the comp.databases.postgresql.novice forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
ppp
 
Posts: n/a

Default iso-8859-2 - 09-07-2004 , 03:44 AM






Hi all
I need to use polish charset in postgresql and it should be iso-8859-2.
But i dont know how to make postgresql use it. I try :
initdb -E ISO-8859-2 but it choose LATIN2 insteed iso .
also in psql SET CLIENT_ENCODING TO 'ISO-8859-2' doesn't work propertly.
Any sugestions?
THANKS
regards

Reply With Quote
  #2  
Old   
ppp
 
Posts: n/a

Default Re: iso-8859-2 - 09-07-2004 , 03:52 AM






template1=# CREATE DATABASE ctest encoding 'ISO-8859-2';

ctest=# \l
List of databases
Name | Owner | Encoding
-----------+----------+----------
ctest | postgres | LATIN2



Reply With Quote
  #3  
Old   
Ennio-Sr
 
Posts: n/a

Default Re: iso-8859-2 - 09-11-2004 , 09:00 AM



* ppp <ppp (AT) ppp (DOT) pl> [070904, 10:44]:
Quote:
Hi all
I need to use polish charset in postgresql and it should be iso-8859-2.
But i dont know how to make postgresql use it. I try :
initdb -E ISO-8859-2 but it choose LATIN2 insteed iso .
also in psql SET CLIENT_ENCODING TO 'ISO-8859-2' doesn't work propertly.
Any sugestions?
THANKS
AFAIK Latin2 and ISO-8859-2 are the same
May be you need load the relative charset ? Or, if you are importing
from another doc to use konwert or recode?
Try man charset and similar.
HIH,
Ennio

--
[Perche' usare Win$ozz (dico io) se ..."anche uno sciocco sa farlo. \\?//
Fa' qualche cosa di cui non sei capace!" (diceva Henry Miller) ] (°|°)
[Why to use Win$ozz (I say) if ... "even a fool can do that. )=(
Do something you aren't good at!" (used to say Henry Miller) ]

---------------------------(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
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.