Re: arabic encoding character problems
Posted by: hamed El-deep
Date: May 18, 2008 07:30AM

you must execute these query after you connect to your database
if you use php
mysql_query("SET NAMES 'utf8'");
mysql_query("SET CHARACTER SET 'utf8' COLLATE 'utf8_unicode_ci'");

if you use diffrent language like c#
you can pass it as a query or pass it at connection string directly

:)

Options: ReplyQuote


Subject
Views
Written By
Posted
20070
March 06, 2007 01:17PM
Re: arabic encoding character problems
6389
May 18, 2008 07:30AM
4127
December 18, 2008 10:21AM


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.