What file format should I use? It is for PHP to afterwards retrieve such a character and for HTML to display.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
You should be encoding the text as UTF8, then writing it to the file. If you're doing this with PHP, then (I think) it'll be something like:
(although, this assumes that PHP is using Unicode internally… But, then, it might not – my memory is kind of hazy) |
|||
|