]> gitweb.factorcode.org Git - factor.git/commit
vm: Add AS_UTF and use it to print wchar_t in Windows terminal.
authorDoug Coleman <doug.coleman@gmail.com>
Sat, 7 Mar 2020 05:57:57 +0000 (23:57 -0600)
committerDoug Coleman <doug.coleman@gmail.com>
Sat, 7 Mar 2020 05:57:57 +0000 (23:57 -0600)
commitfe83a4a164803622af8154c0463c85b5158ba176
tree2f8615eebd03deea4a202198d6f493691b63afc5
parent34029cf1e4679abfe7a885747c2ced19ac7bca11
vm: Add AS_UTF and use it to print wchar_t in Windows terminal.

There may be more places to add AS_UTF8 calls--anywhere that prints a
wchar_t string in the Windows vm.

Fixes #992.
vm/image.cpp
vm/os-unix.hpp
vm/os-windows.hpp