mirror of https://gitlab.com/basile.b/dexed.git
nothing
This commit is contained in:
parent
d15527338f
commit
404f007dd6
|
@ -161,6 +161,9 @@ begin
|
|||
fBasePath := extractFilePath(aFilename);
|
||||
fFilename := aFilename;
|
||||
loader.LoadFromFile(fFilename);
|
||||
|
||||
//TODO-cDUB: if loaded as UTF8 it should be saved as well !
|
||||
|
||||
// skip BOM, this crashes the parser
|
||||
loader.Read(bom, 4);
|
||||
if (bom and $BFBBEF) = $BFBBEF then
|
||||
|
|
Loading…
Reference in New Issue