mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
Fix foreign characters (e.g.Umlaut) in JSON parser
Thanks to Walter Burki. Fixes #529.
This commit is contained in:
@@ -82,5 +82,5 @@ int JsonRideFilelex_destroy(void) { return 0; }
|
||||
|
||||
void JsonRideFile_setString(QString p)
|
||||
{
|
||||
JsonRideFile_scan_string(p.toLatin1().data());
|
||||
JsonRideFile_scan_string(p.toLocal8Bit().data());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user