Sujet : Re: tdom encoding
De : saitology9 (at) *nospam* gmail.com (saito)
Groupes : comp.lang.tclDate : 17. Dec 2024, 05:51:11
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vjr001$1ibvi$1@dont-email.me>
References : 1 2
User-Agent : Mozilla Thunderbird
On 12/16/2024 9:13 PM, greg wrote:
Hello,
The unknown character is 007 or BELL.
Probably not allowed as a char in string.
Instead: \u0007
Gregor
Thank you and Rich for the wonderful info and the code.
The json data is what I receive from an api. I first thought it had to do with encoding issues. It happens frequently so I maybe I will ask them to be more careful with their json data generation.