Ich würde das ja noch komplizierter machen
Nein, ich bin faul:
Delphi-Quellcode:
function ReadDataNormFile(
const ADataNormFilename :
string ) :
string;
var
LText : TStrings;
begin
LText := TStringList.Create;
try
LText.LoadFromFile( ADataNormFilename,
{System.SysUtils} TEncoding.GetEncoding(
{Winapi.Windows} CP_OEMCP ) );
Result := LText.Text;
finally
LText.Free;
end;
end;
Dieses ganze Oem/
Ansi Hin-und-Her macht doch nur schwindelig im Kopf
Kaum macht man's richtig - schon funktioniert's
Zertifikat: Sir Rufo (Fingerprint: ea 0a 4c 14 0d b6 3a a4 c1 c5 b9
dc 90 9d f0 e9 de 13 da 60)