LCL: added koi-8 to list of supported encodings

git-svn-id: trunk@14913 -
This commit is contained in:
mattias 2008-04-20 20:58:43 +00:00
parent b7569c64da
commit a2342d81db

View File

@ -4055,6 +4055,7 @@ begin
List.Add('CP1258');
List.Add('CP874');
List.Add('ISO-8859-1');
List.Add('KOI-8');
end;
function Utf2Cp1251(s:string):string;