Re: Character set/Collation problem in MySQL 4.1
Posted by: phoenix011
Date: November 07, 2006 12:34AM

Hi Mariela Mayorga

I use the character set utf8 and collation utf8_general_ci.
Do not forget to save all your files in the encoding utf-8.

Example:
<?php
header("Content-Type: text/html; charset=utf-8");
?>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

I hope it works.

Sincerely,
Zsolt

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Character set/Collation problem in MySQL 4.1
2089
November 07, 2006 12:34AM


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.