weabow 6 Posted 3 hours ago Hi there, As an exemple, in a json, I push some data with accentuated chars like : é They appear in TJsonObject.ToString as : \u00E9 I'de like to convert those codes, into TJsonObject.ToString, to their original representation \u00E9 --> é I can't find any way to that. An idea ? Share this post Link to post
DelphiUdIT 200 Posted 3 hours ago This can help ? : https://stackoverflow.com/questions/71288428/encode-string-from-json-utf-8 Share this post Link to post