1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Questions mark come � in end

Discussion in 'HTML & Website Design' started by Mahreen, Mar 25, 2016.

  1. #1
    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
     

    Attached Files:

    Mahreen, Mar 25, 2016 IP
  2. denis bayly

    denis bayly Well-Known Member

    Messages:
    104
    Likes Received:
    28
    Best Answers:
    6
    Trophy Points:
    105
    #2
    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
     
    denis bayly, Mar 25, 2016 IP
  3. PoPSiCLe

    PoPSiCLe Illustrious Member

    Messages:
    4,623
    Likes Received:
    725
    Best Answers:
    152
    Trophy Points:
    470
    #3
    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)
     
    PoPSiCLe, Mar 25, 2016 IP
  4. deathshadow

    deathshadow Acclaimed Member

    Messages:
    9,732
    Likes Received:
    1,998
    Best Answers:
    253
    Trophy Points:
    515
    #4
    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.
     
    deathshadow, Mar 25, 2016 IP
  5. Blizzardofozz

    Blizzardofozz Well-Known Member

    Messages:
    132
    Likes Received:
    9
    Best Answers:
    1
    Trophy Points:
    118
    #5
    I hope this helps. I'm assuming a substr problem:

    
    string mb_substr ( string $str , int $start [, int $length [, string $encoding ]] )
    
    Code (markup):
     
    Blizzardofozz, Mar 28, 2016 IP