unpaired encoding 79190c984a

This commit is contained in:
Basile Burg 2020-08-24 16:01:58 +02:00
parent 79190c984a
commit 3c1edd06e4
1 changed files with 1 additions and 1 deletions

View File

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