mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-23 06:49:38 +02:00
* 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:
parent
ed670d2ce7
commit
ed0ec94680
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user