Welcome, Guest
Username: Password: Remember me
General discussions, feature requests for CodeTyphon Project and discussions that don't fit in any of the other specific CodeTyphon forum categories.
  • Page:
  • 1

TOPIC:

UTF8ToCP1250 not work CodeTyphon 5.4 8 years 9 months ago #7726

  • zeljko
  • zeljko's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 207
  • Thank you received: 38
debian 8 32
CodeTyphon 5.4 not work (qt5, qt4)
CodeTyphon 5.3 work (qt4)
procedure TForm1.Button1Click(Sender: TObject);
var
   s: String;
begin
   S := UTF8ToCP1250(Edit1.Text);
   S := CP1250ToUTF8(S);
   ShowMessage(S);
end;




Problems:
LConvEncoding.pas
not work: function UTF8ToCP1250(const s: string): RawByteString;
work: function UTF8ToCP1250(const s: string): String;

Please Log in or Create an account to join the conversation.

Last edit: by zeljko.
  • Page:
  • 1