I was wondering if there is a recommended \'cross\' Windows and Linux method for the purpose of converting strings from UTF-16LE to UTF-8? or one should use different method
Thanks guys, this is how I managed to solve the 'cross' windows and linux requirement:
MinGW
MSYS
libiconv
That's about it.