* fixed bug in decide_codepages, which was checking the wrong variable for is_vga_code_page

git-svn-id: branches/unicodekvm@48918 -
This commit is contained in:
nickysn 2021-03-08 18:18:14 +00:00
parent ed670d2ce7
commit ed0ec94680

View File

@ -996,7 +996,7 @@ begin
convert:=cv_cp437_to_UTF8;
end;
else
if is_vga_code_page(internal_codepage) then
if is_vga_code_page(external_codepage) then
internal_codepage:=external_codepage
else
{We don't know how to convert to the external codepage. Use codepage