wprint_file_text_ccs_cstdio

wprint_file_text_cstdioにccsを追加指定できるwprint_file_text_ccs_cstdioを作る。
main.cで、

と書く。

実行して、
実行して、

実行して、

test1.txtはUTF-8。
test1.txtはUTF-8

test1.txtはUTF-8

test2.txtはEUC-JP。
test2.txtはEUC-JP。

test2.txtはEUC-JP。
ccsだといろんな文字コード変換が出来る。
また、localeはワイド文字指定("%ls")のみ、ccsはワイド文字関数(fwprintf)のみ。

Test/c/wprint_file_text_ccs_cstdio/wprint_file_text_ccs_cstdio/src/wprint_file_text_ccs_cstdio at master · bg1bgst333/Test · GitHub