From: Maksym Z. <siq...@gm...> - 2021-07-11 12:14:31
|
Hello,I'm having trouble with encodings, or maybe I don't understand something. My first question is: when I run *"ns_charsets*" command it will not return UTF-8 encoding in the list, why and what does it mean? The Second problem is: I'm trying to *"ns_return"* XML UTF-8 data from my RESTFull API responder. ns_return 200 "application/xml; charset=utf-8" [dict get $response data] But firefox complains about "XML Parsing Error: not well-formed" it will get stuck at portuguese characters, Response header in firefox dev console shows: "Content-Type application/xml; charset=utf-8", what I'm doing wrong? |