diff --git a/src/ce_dubproject.pas b/src/ce_dubproject.pas index 1a75258e..64004ae4 100644 --- a/src/ce_dubproject.pas +++ b/src/ce_dubproject.pas @@ -202,7 +202,7 @@ begin loader.Position:= 0; // FreeAndNil(fJSON); - parser := TJSONParser.Create(loader, fSaveAsUtf8); + parser := TJSONParser.Create(loader, true); try try fJSON := parser.Parse as TJSONObject;