how to know which special character is there in a file?
- by Pangea
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.