PHP Help Forum
Online Community that helps beginners learn PHP,
and webmasters solve PHP coding problems
since 1999
Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Home
PHP Tutorials
PHP Help Forum
Forum FAQ
Search
Members
View the memberlist
Search For Members
Login
Register
PHP Help Forum
»
Database
»
MySQL database
»
Japanese Character Problem
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: Japanese Character Problem (Read 263 times)
sprateek
New Member
Posts: 1
Karma: +0/-0
Japanese Character Problem
«
on:
August 12, 2010, 10:41:55 AM »
I have an application in Japanese. My phpMyadmin shows db character perfectly fine. But when my application fetch that data and show it on screen it shows like
instead of original character.
Any help appreciated !!!! [
]
Prateek
Logged
phphelp
Administrator
Senior Member
Posts: 777
Karma: +3/-0
Re: Japanese Character Problem
«
Reply #1 on:
August 13, 2010, 02:15:52 AM »
Try to use utf8_encode() / utf8_decode() functions, and also use html meta Content-type: utf-8 on the html page generated by your script. Though I have never worked with Japanese characters.
Logged
Are you experienced in PHP programming and willing to share your knowledge?
Join us at
php help forum
!
Print
Pages: [
1
]
Go Up
« previous
next »
PHP Help Forum
»
Database
»
MySQL database
»
Japanese Character Problem