Why unicode not showing here ?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Why unicode not showing here ?

    In homepage, unicodes are showing good but in the forum when i make a post using unicodes it's not showing. Anybody can tell me why unicodes aren't showing here ? the problem
    and any way to solve this problem ?

    #2
    1st goto your forum's db (phpMyadmin) and see whether it has stored unicodes correctly or not.

    Comment


      #3
      Add this line in between your <head> </head> tag

      HTML Code:
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
      this will fix it...


      I'm Proud to be a Sri Lankan!

      Comment

      Working...
      X