StephanTLavavej / mingw-distro

MinGW distro build scripts.
492 stars 55 forks source link

add iconv #104

Closed yuanpeirong closed 6 months ago

yuanpeirong commented 6 months ago

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

StephanTLavavej commented 6 months ago

Sorry, I have no interest in catering to non-Unicode, non-ASCII scenarios. It's 2024 and the world is Unicode now.