Final fix for 20552

git-svn-id: trunk@33084 -
This commit is contained in:
sekelsenmat 2011-10-26 02:38:40 +00:00
parent 9dec676a01
commit 4b223aa89d

View File

@ -154,7 +154,7 @@ begin
case cp of
CP_UTF8: Result := EncodingUTF8;
else
Result:='cp'+IntToStr(GetACP);
Result:='cp'+IntToStr(cp);
end;
end;
{$ELSE}