Registriert seit: 17. Jul 2005
900 Beiträge
Delphi 11 Alexandria
|
AW: Probleme mit Asiatischen zeichen
13. Jun 2011, 11:31
Ich denke mal, dass das ein Bug in Delphi2009 ist. Wie das bei neueren Versionen verbessert wurde, weiß ich nicht.
Delphi-Quellcode:
// aus der unit ScktComp bei Delphi 2009
function TCustomWinSocket.ReceiveText: string;
// aber:
function TCustomWinSocket.SendText( const s: AnsiString): Integer;
Da ist wohl die Portierung nach Unicode nicht ganz vollständig.
Being smart will count for nothing if you don't make the world better. You have to use your smarts to count for something, to serve life, not death.
|