neosoro

Members
  • Content count

    2
  • Joined

  • Last visited

Everything posted by neosoro

  1. Hi People, I'm from Brazil and beginning with Fusion Charts. I'm trying to generate a Chart but I'm having a problem with accent (
  2. Help with accent pt-Br

    Thank you so much! You saved my life heheheheheheheheheh. Actually your tip it was a little bit wrong. I've changed and it works. If someone have the same trouble it is just add at the beginning of the code: $xml = "xEFxBBxBF"; And in script that generate the file: $fw = fwrite($fp,utf8_decode($xml)); It's to decode the string to print on the screen, but I have to thank Mr. Rahul Kumar for help me to see my error. Thanks again! Rodrigo Nascimento