Dub projects, allowed description to be read as utf8 w/o BOM

This commit is contained in:
Basile Burg 2015-12-12 10:47:06 +01:00
parent d23460909d
commit c6fe1fde18
1 changed files with 1 additions and 1 deletions

View File

@ -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;