From b40bdc4ddd3b5a4b212ac572423dbb979f4fee25 Mon Sep 17 00:00:00 2001 From: alexs75 Date: Fri, 15 Aug 2014 07:10:06 +0000 Subject: [PATCH] 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 --- components/rx/trunk/rxinipropstorage.pas | 1 + 1 file changed, 1 insertion(+) diff --git a/components/rx/trunk/rxinipropstorage.pas b/components/rx/trunk/rxinipropstorage.pas index e37fc451a..9fe459fee 100644 --- a/components/rx/trunk/rxinipropstorage.pas +++ b/components/rx/trunk/rxinipropstorage.pas @@ -77,6 +77,7 @@ begin Result:=S; end; end; + Result:=UTF8ToSys(Result); end; end.