mirror of
https://github.com/shadps4-emu/ext-fmt.git
synced 2024-12-04 00:01:06 +00:00
81f1cc74a7
* Refactor detail::print() by splitting into two functions. The part with SetConsoleW is a separate function, without fwrite(). * Make Unicode handing when writing to std::ostream more robust. Calls to print(ostream&) in the special Unicode case on Windows fallback to writing via ostream::write instead of fwrite(). * Fix Unicode handling when writing to an ostream on GCC on Windows * Add TODO note about detail::is_utf8() * Fix warning -Wundef * Fix for non-Windows OSs * Fix building as DLL on Windows * Refactor * Suppress warning |
||
---|---|---|
.. | ||
fmt |