diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2017-07-31 11:43:35 +0200 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2017-07-31 11:43:35 +0200 |
commit | 9374e7f65df467e0816736b5668ba151c69bc5f3 (patch) | |
tree | 6fe5916e2f99bfae3fd7058e3ff4794d02126aae /winsup/cygwin/dlfcn.cc | |
parent | 0e0900cb4033d82f8a34a05283724b3233306d80 (diff) | |
download | cygnal-9374e7f65df467e0816736b5668ba151c69bc5f3.tar.gz cygnal-9374e7f65df467e0816736b5668ba151c69bc5f3.tar.bz2 cygnal-9374e7f65df467e0816736b5668ba151c69bc5f3.zip |
cygwin: clear screen using wide char function
FillConsoleOutputCharacterA doesn't work correctly in codepage 65001
(UTF-8). Looks like the character conversion function from ascii char
to unicode char works incorrectly then. Use FillConsoleOutputCharacterW
instead.
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'winsup/cygwin/dlfcn.cc')
0 files changed, 0 insertions, 0 deletions