Zähl doch einfach die Bytes:
Code:
Pseudocode:
type
BCarray = array [0..255] of Integer;
.....
for i:=0 to length_of_File do inc(bcarray[bytestream[i]),1);
Grundannahme ist, daß die Datei
Ansi-codiert ist. In diesem Falle liegen die häufigsten
Gruß
K-H