C++ unicode file io

前端 未结 5 1463
广开言路
广开言路 2021-02-06 16:10

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

5条回答
  •  温柔的废话
    2021-02-06 16:56

    I successfully worked with the EZUTF library posted on CodeProject: High Performance Unicode Text File I/O Routines for C++

提交回复
热议问题