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.

UTF-8 (Unicode Transformation Format, 8 bits) is a character encoding that describes each Unicode code point using a byte sequence of one to four bytes. It is backwards-compatible with ASCII while still supporting representation of all Unicode code points.

learn more… | top users | synonyms (1)

0
votes
1answer
92 views

SCV import : Special characters not supported

I imported CSV file to Sendible.com (Facebook publication scheduler) folowing those instructions : http://blog.sendible.com/tag/csv/ Problem : When I write a "Message" that contain special caracters, ...
0
votes
2answers
257 views

Facebook problems sharing utf-8 encoded text strings

I'm trying to understand what is happening on my page, some users complained that text is not visible when they try to share my links... For example: facebook dev page og tittle is fine: og:title: ...
1
vote
1answer
359 views

special characters in facebook canvas

im having problems with special characters in the facebook canvas. Im retreiving the users friends who haven't installed the app and displaying them. However, when i display them, the special chars ...
0
votes
0answers
406 views

Facebook Share link shows strange characters despite content set to UTF-8

Any links shared from this website: dailysocials.com is still showing strange characters on Facebook. The typical response is: Set all the content to UTF-8 Unfortunately, I've done that, and the ...
2
votes
3answers
684 views

What is the locale of UTF8?

I am getting an XML file from the facebook api with the data: <?xml version="1.0" encoding="UTF-8"?> <fql_query_response xmlns="api.facebook.com/1.0/"; ...
0
votes
2answers
894 views

Thai characters into UTF8 Database

i tried to put some thai sings into a utf8 (utf8_general_ci) mysql database. The data is from the facebook api. In the JSON it looks like \u0e41\u0e15\u0e07\u0e08\u0e49 (original: แตแจ้) and in the ...
3
votes
2answers
2k views

Character encoding problem from Facebook JSON to HTML via PHP

I'm getting a JSON encoded array from Facebook which contains: [{"message":"D\u011bkujeme Zuzana Boh\u00e1\u010dov\u00e1 za na\u0161i novou profilovou fotku :-)\nWe thank Zuzana ...