rlutil
rlutil copied to clipboard
Add unicode compiling support
In unicode mode, WriteConsoleOutputCharacter is set to WriteConsoleOutputCharacterW which needs string as LPCWSTR. str_ has to be converted LPCWSTR value.