Need a simple program to convert to utf-8
- by Null
I need to find a program to convert a Windows-1250 encoded file to utf8. It needs to be a standalone program (not a python script) and it needs to run on windows (without install). If I can make the conversion using the commandline that would be perfect.
Yes I know notepad can do that but this is meant to be automated.