RxIniPropStorage - fix russian chars in ini file name

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@3486 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
alexs75
2014-08-15 07:10:06 +00:00
parent 472bebd131
commit b40bdc4ddd

View File

@ -77,6 +77,7 @@ begin
Result:=S; Result:=S;
end; end;
end; end;
Result:=UTF8ToSys(Result);
end; end;
end. end.