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
9663
February 13, 2005 10:00PM
6482
February 14, 2005 09:19PM
4638
March 03, 2005 06:58PM
4090
December 30, 2005 01:39AM
3791
February 28, 2006 03:41AM
3128
May 20, 2005 04:56PM
3130
May 09, 2005 03:17PM
3825
May 25, 2005 07:50AM
2843
June 10, 2005 11:17AM
4041
June 22, 2005 04:48PM
Re: utf8 character show as ???
2822
June 28, 2005 01:48AM
2722
July 06, 2005 02:02AM
2890
December 15, 2005 05:13AM
2953
July 11, 2005 05:21PM
2680
July 11, 2005 05:55PM
2834
July 11, 2005 07:50PM
2699
October 31, 2005 12:22AM
2811
November 03, 2005 05:12AM
2446
July 27, 2005 02:56PM
2406
December 08, 2005 03:14AM
2881
April 05, 2006 10:09AM
2939
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.