fwprintf

fwprintfで、指定のストリームにワイド文字出力できる。

Man page of WPRINTF
fwprintf | Programming Place Plus C言語編 標準ライブラリのリファレンス

fwprintf.cで、

こう書くと、

test.txtが出力されてる
test.txtが出力されてる

test.txtが出力されてる。

UTF-8で"あいうえお"
UTF-8で"あいうえお"

UTF-8で"あいうえお"

Sample/c/fwprintf/fwprintf/src/fwprintf/fwprintf.c at master · bg1bgst333/Sample · GitHub