Unicode Not Transfered by the Server

Status
Not open for further replies.

gichan

New Member
Messages
64
Reaction score
0
Points
0
I'm afraid that the server does not transfer Unicode charactors in a web page. Although the document is in UTF-8 the unicode charactors are sent as ???? (question marks).

This is a very recent issue. Unicode worked better before three four days.
 

Derek

Community Support Force
Community Support
Messages
12,882
Reaction score
186
Points
63
Maybe try changing it to another text format?
 

lemon-tree

x10 Minion
Community Support
Messages
1,420
Reaction score
46
Points
48
Try adding this to your html <head>:
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 
Last edited:

gichan

New Member
Messages
64
Reaction score
0
Points
0
The content tag is already added. This happens if they process the page using a 3rd party unicode unsupported application(php 5 does not support unicode yet).
 

gichan

New Member
Messages
64
Reaction score
0
Points
0
That means they process the page using any other application after it is processed by the php. If the second application is written in php then perfectly it does not process unicode.
 

gichan

New Member
Messages
64
Reaction score
0
Points
0
May be they are checking the page text for phishing using a filter that does not process unicode.
 

lemon-tree

x10 Minion
Community Support
Messages
1,420
Reaction score
46
Points
48
What page is this on and where is the unicode data coming from? I have no problems using unicode characters on my site with PHP and MySQL.
 
Status
Not open for further replies.
Top