xcoderx Posted December 2, 2008 Author Share Posted December 2, 2008 but rest of tyhe script without css is showing special character without any problem ??? Quote Link to comment https://forums.phpfreaks.com/topic/134948-solved-utf-8-charset-issue/page/2/#findComment-703749 Share on other sites More sharing options...
xcoderx Posted December 2, 2008 Author Share Posted December 2, 2008 and if i remove css i get boxes and with css i get ? or I Quote Link to comment https://forums.phpfreaks.com/topic/134948-solved-utf-8-charset-issue/page/2/#findComment-703753 Share on other sites More sharing options...
FezEvils Posted December 2, 2008 Share Posted December 2, 2008 $l="ayam"; $l = mb_convert_encoding($l, "SJIS"); just add this code (mb_convert_encoding) to decode special html character. SJIS is japanese encode , this is type of collation such as ascii, utf8 and many more. Quote Link to comment https://forums.phpfreaks.com/topic/134948-solved-utf-8-charset-issue/page/2/#findComment-703759 Share on other sites More sharing options...
xcoderx Posted December 2, 2008 Author Share Posted December 2, 2008 where must i add this code brother? Quote Link to comment https://forums.phpfreaks.com/topic/134948-solved-utf-8-charset-issue/page/2/#findComment-703777 Share on other sites More sharing options...
xcoderx Posted December 2, 2008 Author Share Posted December 2, 2008 cheers got it. added meta to all files and it is fixed Quote Link to comment https://forums.phpfreaks.com/topic/134948-solved-utf-8-charset-issue/page/2/#findComment-703782 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.