• Resolved Ravi

    (@ravidreams)


    Hi,

    recently i upgraded from wordpress 2.1.3 to 2.2 from my control panel and i am seeing unreadable characters all over my posts, dashboard in place of tamil (indian language characters) text. This problem was there in a minor way when the new blogger was launched but we found a fix and included it in the blogger template and it worked..will the same fix work here..

    see my blog https://blog.ravidreams.net to understand the problem. The fix for blogger is here at https://kaiman-alavu.blogspot.com/2007/01/blog-post_23.html

Viewing 10 replies - 1 through 10 (of 10 total)
  • Did you modify the config file during the upgrade?

    Thread Starter Ravi

    (@ravidreams)

    i didn’t do anything manually..i did the upgrade with the fantastico script installer given in my control panel for webspace hosting

    Oh, I see. There were several related posts lately in the forum – but the search is timing out at this moment.

    Thread Starter Ravi

    (@ravidreams)

    Thanks.. i will wait for the solution ??

    I have had similar problems with Welsh text in utf-8. The funny thing is that the post titles seem to be fine, but in the body of the posting there are strange characters. I have found that if you change the

    define(‘DB_CHARSET’, ‘utf8’)

    in the wp-config.php file to

    define(‘DB_CHARSET’, ‘utf-8’)

    then the text looks fine, but a message appears at the top of the page about an unknown character set. But the rest of the page looks fine. But if you try going into the wp-admin then you get an error message which does not allow you to gao any further until you edit the ‘utf-8’ back to ‘utf8’.

    I don’t know if this is of any help. But it sounds as if it is the same sort of problem.

    Thread Starter Ravi

    (@ravidreams)

    thanks everyone. My friend helped to solve this.

    find the following lines in wp-config.php

    define(’DB_CHARSET’, ‘utf8′);
    define(’DB_COLLATE’, ”);

    and change them to

    //define(’DB_CHARSET’, ‘utf8′);
    //define(’DB_COLLATE’, ”);

    then everything works ??

    Yeah you basically have to delete these two lines…. or make them a comment

    ravidreams, thanks that helped fix my problem too.. Arabic text ??

    Yep… It helped me everytime I updated to new version of wordpress! ??
    Thanks Ravi

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘unreadable characters in place of tamil (indian language) text’ is closed to new replies.