I need a file io library that can give my program a utf-16 (little endian) interface, but can handle files in other encodings, mainly ascii(input only), utf-8, utf-16, utf-32/uc
I successfully worked with the EZUTF library posted on CodeProject: High Performance Unicode Text File I/O Routines for C++