You've already forked lazarus-ccr
LazEdit: no need to convert ConfigDir to ANSI encoding.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7271 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -1652,10 +1652,7 @@ begin
|
||||
end;
|
||||
if (_PCP <> EmptyStr) then
|
||||
begin
|
||||
_PCP := ExcludeTrailingPathdelimiter(ExpandFileName(_PCP));
|
||||
//MyGetOpt returns parameters as UTF8
|
||||
//inifiles uses system-encoding
|
||||
ConfigFileDir := Utf8ToWinCP(_PCP);
|
||||
ConfigFileDir := ExcludeTrailingPathdelimiter(ExpandFileName(_PCP));
|
||||
end;
|
||||
{$endif}
|
||||
end;
|
||||
|
Reference in New Issue
Block a user