D
drjackool
Guest
Hi
I need to convert a string (from a *.srt file type/movies subtitle) to utf-8. but files are in ansi mode.
i using follow web site to encode and decode and works but i need to create a program to do lot of files.
Encoding / decoding tool. Analyze character encoding problems and errors.
I using MultiByteToWideChar by 1252 codepage but not work! How To Encode strings to desired code page (1252) and again decode them to 1256 code page like mentioned websize.
Thanks
Continue reading...
I need to convert a string (from a *.srt file type/movies subtitle) to utf-8. but files are in ansi mode.
i using follow web site to encode and decode and works but i need to create a program to do lot of files.
Encoding / decoding tool. Analyze character encoding problems and errors.
I using MultiByteToWideChar by 1252 codepage but not work! How To Encode strings to desired code page (1252) and again decode them to 1256 code page like mentioned websize.
Thanks
Continue reading...