I would need to be able to convert UCS-2 encoded a text file to ANSI (or ISO8859-1) on Windows Mobile 5 and 6 platforms, and to make it even harder, it should be something that is scriptable (i.e. possible to call from SymScript with parameters to perform the conversion). I know I'm asking a lot but desperate times call for desperate solutions...
The scenario here is to do modifications on a config file on a number of devices. There's Soti Mobicontrol deployed on the devices so pushing the required stuff to devices is no issue, and the devices have SymScript interpreter available so I have rather nice scripting environment, but as far as I know, SymScript lacks a command for reading non-ANSI encoded files and the file to be modified seems to be UCS-2 little endian with BOM...
If there is a free-to-use scripting environment other than SymScript that I could use, I would be glad to know of it, too.