• Joshua Warner's avatar
    fix writeLineToFd for windows console output · c0fbfd9c
    Joshua Warner authored
    This function now (on windows):
    * converts \n to \r\n (for both file and console outputs)
    * when the output is redirected to a file, uses WriteFile with utf-8 output
    * when the output will appear on a console, uses WriteConsole with utf-16 output instead
    c0fbfd9c
Name
Last commit
Last update
c++ Loading commit data...
doc Loading commit data...
highlighting/qtcreator Loading commit data...
.gitignore Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
RELEASE-PROCESS.md Loading commit data...
mega-test-quick.cfg Loading commit data...
mega-test.cfg Loading commit data...
mega-test.py Loading commit data...
release.sh Loading commit data...
super-test.sh Loading commit data...