loquela Posted November 8, 2008 Share Posted November 8, 2008 Hi there, I'm working on a Wordpress blog that contains some posts in Japanese. The wp db is set to utf8_general_ci and everything works fine in the Worpress blog. Japanese text appears fine. I'm also trying to list the latest blog entries on a page outside the WP site. The ecdong for this page is set thus: <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> I am printing the blog titles like this <?php echo htmlentities ($row_photography['post_title']); ?> Which works fine but the titles in Japanese are displayed as '??????' What do I need to do to display the japanese text correctly? Many thanks in advance for any help you can offer. Simon Link to comment https://forums.phpfreaks.com/topic/131902-retriveing-japanese-character-from-database/ Share on other sites More sharing options...
loquela Posted November 8, 2008 Author Share Posted November 8, 2008 ... Japanese are displayed as ? ? ? ... Sorry. Link to comment https://forums.phpfreaks.com/topic/131902-retriveing-japanese-character-from-database/#findComment-685247 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.