Re: arabic encoding character problems
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
:)
Subject
Views
Written By
Posted
20362
March 06, 2007 01:17PM
7479
March 07, 2007 01:30PM
6796
March 08, 2007 04:29PM
6740
March 09, 2007 04:23AM
5850
March 15, 2007 12:16PM
6525
March 28, 2007 10:51PM
6240
April 16, 2007 12:59AM
5481
April 26, 2007 04:27AM
5683
May 16, 2007 01:31PM
7034
May 16, 2007 11:52PM
Re: arabic encoding character problems
6565
May 18, 2008 07:30AM
5828
May 24, 2008 02:54PM
4864
May 27, 2008 02:25PM
4286
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.