Re: utf8 character show as ???
Posted by: Jasper Frumau
Date: June 28, 2005 01:48AM

Hi there,

I seem to have sort of the same problem. I am making a Dutch Thai dictionary. I made a table based upon a copy I got somewhere:

CREATE TABLE `words` (
`id` tinyint(4) NOT NULL auto_increment,
`eng` varchar(255) NOT NULL default '',
`vie` varchar(255) CHARACTER SET utf8 NOT NULL default '',
PRIMARY KEY (`id`)
) TYPE=MyISAM AUTO_INCREMENT=1;

And the Thai characters now display correctly in phpmyadmin. But if i go to the dictionary index page (with firefox or explorer)and ask for a thai word which I entered with Thai characters instead of web source code I get ????? as a result!

Any ideas how to remedy this?

Thanx a billion!

Jasper
www.gateway2thailand.com (/dict/index.php)

Options: ReplyQuote


Subject
Views
Written By
Posted
9630
February 13, 2005 10:00PM
6475
February 14, 2005 09:19PM
4625
March 03, 2005 06:58PM
4083
December 30, 2005 01:39AM
3778
February 28, 2006 03:41AM
3112
May 20, 2005 04:56PM
3122
May 09, 2005 03:17PM
3815
May 25, 2005 07:50AM
2833
June 10, 2005 11:17AM
4034
June 22, 2005 04:48PM
Re: utf8 character show as ???
2814
June 28, 2005 01:48AM
2712
July 06, 2005 02:02AM
2883
December 15, 2005 05:13AM
2942
July 11, 2005 05:21PM
2669
July 11, 2005 05:55PM
2823
July 11, 2005 07:50PM
2685
October 31, 2005 12:22AM
2802
November 03, 2005 05:12AM
2433
July 27, 2005 02:56PM
2396
December 08, 2005 03:14AM
2874
April 05, 2006 10:09AM
2933
April 07, 2006 03:47PM


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.