Greek Charset not working
Posted by: Kevni Sneri
Date: November 01, 2005 03:26PM

Hi ,

I have a form the following table :

CREATE TABLE `messages` (
`ID` int(10) unsigned NOT NULL auto_increment,
`firstname` varchar(80) character set greekNOT NULL default '',
`lastname` varchar(80) character set greek NOT NULL default '',
`town` varchar(80) character set greek NOT NULL default '',
PRIMARY KEY (`ID`)
) ;

i have a form and i insert data into the table and the page tha displays the data has charset=greek. I have also tried charset=windows-1253 , charset = el-utf-8 but it wont show the correct characters.

Any ideas?

thanks

Options: ReplyQuote


Subject
Views
Written By
Posted
Greek Charset not working
2757
November 01, 2005 03:26PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.