mirror of https://gitlab.com/basile.b/dexed.git
fix #19 - corrupted setting files when strings contain UTF9 chars > ASCII space
This commit is contained in:
parent
ae77400994
commit
b2c3bde18a
|
@ -617,7 +617,7 @@ begin
|
|||
try
|
||||
str1.WriteComponent(value);
|
||||
str1.Position := 0;
|
||||
ObjectBinaryToText(str1,str2);
|
||||
ObjectBinaryToText(str1, str2, oteLFM);
|
||||
ForceDirectories(fname.extractFilePath);
|
||||
str2.SaveToFile(fname);
|
||||
finally
|
||||
|
|
Loading…
Reference in New Issue