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
9745
February 13, 2005 10:00PM
6510
February 14, 2005 09:19PM
4679
March 03, 2005 06:58PM
4149
December 30, 2005 01:39AM
3819
February 28, 2006 03:41AM
3358
May 20, 2005 04:56PM
3153
May 09, 2005 03:17PM
4024
May 25, 2005 07:50AM
2868
June 10, 2005 11:17AM
4220
June 22, 2005 04:48PM
Re: utf8 character show as ???
2884
June 28, 2005 01:48AM
2745
July 06, 2005 02:02AM
2921
December 15, 2005 05:13AM
2981
July 11, 2005 05:21PM
2713
July 11, 2005 05:55PM
2930
July 11, 2005 07:50PM
2726
October 31, 2005 12:22AM
2835
November 03, 2005 05:12AM
2475
July 27, 2005 02:56PM
2443
December 08, 2005 03:14AM
2909
April 05, 2006 10:09AM
3010
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.