how to know which special character is there in a file?

Posted by Pangea on Stack Overflow See other posts from Stack Overflow or by Pangea
Published on 2010-04-21T13:23:23Z Indexed on 2010/04/21 14:23 UTC
Read the original article Hit count: 250

My app needs to process text files during a batch process. Occassionally I receive a file with some special character at the end of the file. I am not sure what that special character is. Is there anyway I can find what that character is so that I can tell the other team which is producing that file.

I have used mozilla's library to guess the file encoding and it says UTF-8.

© Stack Overflow or respective owner

Related posts about encoding

Related posts about character-encoding