Using Facebook API im getting wired string encoding, how to convert it to something readable? -


im querying data facebook using qt , c++ query successful there section in result string not in english ( hebrew) , see them instaed encoded string im getting looks this:

"\u05e4\u05d5\u05e8\u05d5\u05dd \u05d6\u05e7\u05e0\u05d9 \u05d4\u05e4\u05d9\u05e0\u05d2\u05d5\u05d5\u05d9\u05df " 

how can convert original string ( hebrew char's)


Comments

Popular posts from this blog

sql server - python to mssql encoding problem -

java - SNMP4J General Variable Binding Error -

c# - BasicHttpBinding equivalent CustomBinding using WCF Client and PHP WebService -