opera gives error when ever a user put any spacial charactors by operamini anybody know how to solve it ?????
how to solve operamini errors
Collapse
X
-
what?put where?Originally posted by bijaybd View Postopera gives error when ever a user put any spacial charactors by operamini anybody know how to solve it ?????My Blog: http://jhommark.blogspot.com
My Facebook: http://www.facebook.com/jhommark
My Official Site: http://www.undergroundweb.tk
My Community Site: http://undergroundwap.xtreemhost.com
-
well, i am a fan of opera but never found such problem. Or, maybe i don't understand you! I use Opera 8.65 (symbian) and its good. Or you can use some opera-mods. They are russian version, but well donne. fuzzi.wen.ruOriginally posted by bijaybd View Postopera gives error when ever a user put any spacial charactors by operamini anybody know how to solve it ?????mysterio.al - programming is a functional art
Comment
-
$text = str_replace("¥","y",$text);Visit: Chat4u.mobi - The New Lay Of being a site of your dreams!
Visit: WapMasterz Coming Back Soon!
_______
SCRIPTS FOR SALE BY SUBZERO
Chat4u Script : coding-talk.com/f28/chat4u-mobi-script-only-150-a-17677/ - > Best Script for your site no other can be hacked by sql or uploaders.
FileShare Script : coding-talk.com/f28/file-wap-share-6596/ -> Uploader you will never regret buying yeah it mite be old now but it still seems to own others...
_______
Info & Tips
php.net
w3schools.com
Comment
-
are u sure?operamini?mini?i don't think so..what version is it?i uses om4.2..if ur site encoding is in utf-8 and u use operamini, that chars will result into a box only..if u use iso-8891, it will result the same char..Originally posted by bijaybd View Postfor example : in the chat if you put ¥ € ¤ Ä Æ Å Ç È Ê Ð Î £ Ö Ø Ò Õ Ñ Û Ý Þ æ ä ê then operamini get errorMy Blog: http://jhommark.blogspot.com
My Facebook: http://www.facebook.com/jhommark
My Official Site: http://www.undergroundweb.tk
My Community Site: http://undergroundwap.xtreemhost.com
Comment
-
here is the encording =
header("Content-type: text/vnd.wap.wml; ");
header("Cache-Control: no-cache, must-revalidate");
echo "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n";
echo "<!DOCTYPE wml PUBLIC \"-//WAPFORUM//DTD WML 1.1//EN\"
\"http://www.wapforum.org/DTD/wml_1.1.xml\"><wml>\n";Last edited by bijaybd; 08.11.09, 00:08.
Comment
-
wrong..Originally posted by kiLLeR-eyEd_14 View Postare u sure?operamini?mini?i don't think so..what version is it?i uses om4.2..if ur site encoding is in utf-8 and u use operamini, that chars will result into a box only..if u use iso-8891, it will result the same char..
i use encoding UTF-8 and charset UTF-8
and everything works perfect with mini opera
while ISO-8891 doesn't support
ccaron, Ccaron,
scaron, Scaron,
zcaron, Zcaron,
etc...キノgんイノ刀g 4 ア乇ムc乇 ノ丂 レノズ乇 キucズノ刀g 4 √ノ尺gノ刀ノイリ!It's better to keep your mouth shut and give the impression that you're stupid, than to open it and remove all doubt.
ⓣⓗⓔ ⓠⓤⓘⓔⓣⓔⓡ ⓨⓞⓤ ⓑⓔ©ⓞⓜⓔ, ⓣⓗⓔ ⓜⓞⓡⓔ ⓨⓞⓤ â“â“¡â“” â“ⓑⓛⓔ ⓣⓞ â“—â“”â“â“¡ !
ιη тнєσÑу, тнє ÏÑα¢тι¢є ιѕ α Ñєѕυℓт σƒ тнє тнєσÑу, вυт ιη ÏÑα¢тι¢є ιѕ тнє σÏÏσѕιтє.
Comment
-
this isn't fully correct...Originally posted by bijaybd View Posthere is the encording =
header("Content-type: text/vnd.wap.wml; ");
header("Cache-Control: no-cache, must-revalidate");
echo "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n";
echo "<!DOCTYPE wml PUBLIC \"-//WAPFORUM//DTD WML 1.1//EN\"
\"http://www.wapforum.org/DTD/wml_1.1.xml\"><wml>\n";
use this..
another thing(THIS IS VERY IMPORTANT !!)PHP Code:<?php
header("Content-type: text/vnd.wap.wml; charset=utf-8");
header("Pragma: no-cache");
header("Cache-Control: no-store; no-cache; must-revalidate");
echo("<?xml version=\"1.0\" encoding=\"UTF-8\"?>");
echo "<!DOCTYPE wml PUBLIC \"-//WAPFORUM//DTD WML 1.1//EN\"". " \"http://www.wapforum.org/DTD/wml_1.1.xml\">";
?>
all files has to saved in UTF-8 encoding !!!
else special chars simply WONT work
キノgんイノ刀g 4 ア乇ムc乇 ノ丂 レノズ乇 キucズノ刀g 4 √ノ尺gノ刀ノイリ!It's better to keep your mouth shut and give the impression that you're stupid, than to open it and remove all doubt.
ⓣⓗⓔ ⓠⓤⓘⓔⓣⓔⓡ ⓨⓞⓤ ⓑⓔ©ⓞⓜⓔ, ⓣⓗⓔ ⓜⓞⓡⓔ ⓨⓞⓤ â“â“¡â“” â“ⓑⓛⓔ ⓣⓞ â“—â“”â“â“¡ !
ιη тнєσÑу, тнє ÏÑα¢тι¢є ιѕ α Ñєѕυℓт σƒ тнє тнєσÑу, вυт ιη ÏÑα¢тι¢є ιѕ тнє σÏÏσѕιтє.
Comment
Comment