My website is in UTF-8 Urdu my developer did not work on Urdu or with UTF8 before (he did not tell me that before) he facing this problem � Questions mark come in end on line he cant fix it & my project it stuck . I want to ask why this problem come how to fix it so i tell him and get my website from him I am vary upset can come body help
Hi there Mahreen, do you have a link to site in question? This will enable members to assess your problem and possibly provide assistance. coothead
What does the end of line consist of? I see it happens in between text and an ellipsis? Is the content being pulled from a database, or is it from other files, or directly in the html/php-files? It can be many things, but most likely it's something that hasn't been saved as UTF-8, or some content that is using something supported in UTF-8 (can happen, but it's rare)
Yeah, we'd have to see it live to even have an inkling -- it could be as simple as the font being used not even supporting the desired character, to the complex mess of mismatched encodings at any of the levels previous posters here mentioned.
I hope this helps. I'm assuming a substr problem: string mb_substr ( string $str , int $start [, int $length [, string $encoding ]] ) Code (markup):