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
Subject
Views
Written By
Posted
6982
January 17, 2005 01:23PM
2744
January 20, 2005 02:12AM
2796
March 02, 2005 07:42AM
2886
April 02, 2005 01:18PM
2694
April 06, 2005 07:38AM
2109
November 01, 2006 04:20AM
2383
May 21, 2005 11:34AM
2361
August 03, 2005 04:46PM
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.