Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

WE8ISO8859P1 character set

Status
Not open for further replies.

beechill4

Technical User
May 10, 2005
207
IE
Hi,

I have an oracle 9i database that needs to support both English and Polish.

the character set is currently WE8ISO8859P1. Will this allow for Polish characters?

I know that WE8ISO8859P1 is more of a western european set so I need to make sure its compatiable with Polish

 
Beechill,

Sim/Dima is our resident expert on Eastern European character sets. Until he responds, how about a test...Why don't you store Polish characters in a VARCHAR column and see if everything stores properly? Remember that your client machine must also have a code set that supports Polish characters...if not, your database could be properly storing the Polish, but your client misinterprets them.

Let us know your findings.

[santa]Mufasa
(aka Dave of Sandy, Utah, USA)
[ Providing low-cost remote Database Admin services]
Click here to join Utah Oracle Users Group on Tek-Tips if you use Oracle in Utah USA.
 
Hi Dave,

just did a bit of research and it looks like it does not support polish.

I will need to use something like UTF8 to store english, polish, and the euro symbol
 
Actualy I use cyrillic script while polish uses latin :)

If you're on Wndows try EE8MSWIN1250. EE8ISO8859P2 may also suit. And of course UTF fits all. BTW what is your OS?

Regards, Dima
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top