Re: greek character
Posted by: Alexander Barkov
Date: May 07, 2005 08:01AM

1. Make sure you use either "greek" or "utf8" character set in your table definition:

SHOW CREATE TABLE table_name;

2. Make sure you have correct session settings:

SHOW VARIABLES LIKE 'character_set%';

3. Check that PHP script returns proper character set information to browser.

For example, in mozilla, go to View->Character Encoding menu item and
see your current value,

Options: ReplyQuote


Subject
Views
Written By
Posted
4423
April 17, 2005 05:50AM
Re: greek character
2197
May 07, 2005 08:01AM


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.