Here's a small Perl program to read a file and determine where the "bad" characters are when TextPad says it converted them to '?'
It gives the line #, offset, code value of the char., and tries to print the char. plus one other char. have fun! - rlrandallx
open(FILE, "<:encoding(UTF-8)", "file ...
Search found 2 matches
- Mon May 17, 2010 5:53 am
- Forum: General
- Topic: Finding non-code page characters
- Replies: 2
- Views: 760
- Mon May 17, 2010 12:14 am
- Forum: General
- Topic: Finding non-code page characters
- Replies: 2
- Views: 760
Finding non-code page characters
I have the very same problem. I would like to chnage '?' to a less common char. such as '@' or '~' or '_' or '|'. '?' is way too common!
-rlrandallx
-rlrandallx