skeeto / w64devkit

Portable C and C++ Development Kit for x64 (and x86) Windows
The Unlicense
2.66k stars 185 forks source link

add iconv #112

Open yuanpeirong opened 4 months ago

yuanpeirong commented 4 months ago

if I Use g++ -finput-charset=UTF-8 -fexec-charset=gbk will get error: cc1plus.exe: error: no iconv implementation, cannot convert from UTF-8 to gbk

PNBRQK commented 4 months ago

duplicate to #68