Re: How to know that foreign characters are being inserted as utf-8?
Posted by: Peter Gulutzan
Date: January 19, 2010 04:35PM

Hi,

> When I run what you suggested
> select 'Ελληνικά',hex('Ελληνικά');

> It displays them properly. Does this mean those characters in the database are
> still not being saved as utf8?

It means you should SELECT HEX(column_name) FROM table.
If the ñ in Español is something other than C3B1, then ... yup.

Peter Gulutzan
MySQL / Sun

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: How to know that foreign characters are being inserted as utf-8?
2117
January 19, 2010 04:35PM


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.