-
Bug
-
Resolution: Cannot Reproduce
-
Not Evaluated
-
None
-
6.10.0
-
None
Considering the following JSON file:
{
"contrôle": "c0cb8b2de37c04fec6106ab1ec3843aec8f38bf5",
"méta": {
"auteur": "",
"auteur_derniere_modification": "JohnDoe"
},
"réglages": {
"toto": "tata"
}
}
When I run the following code:
QJsonParseError error; auto& doc = QJsonDocument::fromJson(f.readAll(), &error); const auto& obj = doc.object();
My keys in `obj` are malformed and appear as chinese characters...
So I am stucked.
The same code worked perfectly with Qt 6.9.3 on macOS.