I need string with Windows-1251. Tried var msg: AnsiString(1251) but this does not work. What I am doing now is

var msg: rawbytestring;
begin
  SetCodePage(msg, 1251, True);
end.
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to