MySQL Forums
Forum List  »  Newbie

Re: arabic character not saved in MySQL
Posted by: Rick James
Date: June 25, 2013 10:29PM

> I forgot to mention that my page could be in different languages including ENglish, Arabic, French, etc..

Then utf8 is the only viable encoding.

> Every page in my ASP.NET has the followingL
> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />

That's output. The problem is on the input. (Sorry, I don't know how .net works.)

Right after connecting, you can (I assume) issue the MySQL command
SET NAMES utf8

Options: ReplyQuote




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.