I\'m facing a problem.
A file can be written in some encoding such as UTF-8, UTF-16, UTF-32, etc.
UTF-8
UTF-16
UTF-32
When I read a UTF-
UTF-
You cannot. Which transformation format applies is usually determined by the first four bytes of the file (assuming a BOM). You cannot see those just from the outside.