mirror of https://gitlab.com/basile.b/dexed.git
Dub projects, allowed description to be read as utf8 w/o BOM
This commit is contained in:
parent
d23460909d
commit
c6fe1fde18
|
@ -202,7 +202,7 @@ begin
|
||||||
loader.Position:= 0;
|
loader.Position:= 0;
|
||||||
//
|
//
|
||||||
FreeAndNil(fJSON);
|
FreeAndNil(fJSON);
|
||||||
parser := TJSONParser.Create(loader, fSaveAsUtf8);
|
parser := TJSONParser.Create(loader, true);
|
||||||
try
|
try
|
||||||
try
|
try
|
||||||
fJSON := parser.Parse as TJSONObject;
|
fJSON := parser.Parse as TJSONObject;
|
||||||
|
|
Loading…
Reference in New Issue