mirror of https://gitlab.com/basile.b/dexed.git
unpaired encoding 79190c984a
This commit is contained in:
parent
79190c984a
commit
3c1edd06e4
|
@ -63,7 +63,7 @@ begin
|
|||
EntitiesConnector.addSingleService(self);
|
||||
fname := getDocPath + OptsFname;
|
||||
if OptsFname.fileExists then
|
||||
fMru.LoadFromFile(fname, TEncoding.Default);
|
||||
fMru.LoadFromFile(fname, TEncoding.UTF8);
|
||||
if fMru.Count.equals(0) then
|
||||
fMru.Insert(0, '(your input here)');
|
||||
|
||||
|
|
Loading…
Reference in New Issue