Jump to content

divinequran

Members
  • Posts

    71
  • Joined

  • Last visited

Everything posted by divinequran

  1. Thanks for reply, Yes they are tamil characters, The characters are encoded and the value is posted. The DB was not constructed earlier to accept it as itself of the characters. The browser itself decodes the value. html_entity_decode(); dosent work. Any other workaround to achieve this with generally available functions.
  2. Hello, I want to write some unicode "இயற்கை" values into a file in its real format like "இயற" Actually the browser prints the charactes in correct format, but I want it to be same in view source or browser source(இயற) but now the he browser displays it as (இயற்கை) $text = "இயற்கை"; $rest = utf8_decode($text); echo "$rest"; How to achieve this? Decode
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.