
beesting
New User
Sep 3, 2002, 1:55 PM
Post #1 of 1
(612 views)
|
|
Need program to list extended/special characters
|
Can't Post
|
|
I need a program that reads a file and gives a frequency of the its bytes. What is troubling me is french and special characters. I need to know if my text files contain these types of characters and how many. I dont care what the format looks like, it could display the counts in hex,decimal or whatever... I just need to know what chars my files contain. Example: Byte Count È = 26 É = 10 Î = 11 Ú = 12 Ò = 13 Any ideas?
|