Read a file with a specific encoding in C? -


I have a file that was written with Windows encoding windows-1256, and I have to write a C program that reads Bytes from this file and writing them back into a new file with UTF-8 encoding.

How to read a file with a specific encoding in C? P

<

You will be open


Comments