0ad/source/lib/sysdep/os/unix
Ykkrosh e06a7b37d8 Convert debug_printf to take UTF-8 strings instead of wchar_t.
This fixes the problem where passing a non-ASCII string to
debug_printf(L"%hs", s) caused vswprintf_s to fail on Linux (because it
doesn't know what encoding the char* is meant to have). Now debug
messages will remain as UTF-8 until they reach the OS.

Fixes #3021.

This was SVN commit r16332.
2015-02-14 01:45:13 +00:00
..
x Convert debug_printf to take UTF-8 strings instead of wchar_t. 2015-02-14 01:45:13 +00:00
udbg.cpp Convert debug_printf to take UTF-8 strings instead of wchar_t. 2015-02-14 01:45:13 +00:00
udbg.h license change to the more permissible Expat/MIT license for lib/ (see forum thread) 2010-02-08 16:23:39 +00:00
ufilesystem.cpp Partial Android compatibility. 2012-02-15 13:58:58 +00:00
unix.cpp Convert debug_printf to take UTF-8 strings instead of wchar_t. 2015-02-14 01:45:13 +00:00
unix.h license change to the more permissible Expat/MIT license for lib/ (see forum thread) 2010-02-08 16:23:39 +00:00
unix_executable_pathname.cpp Query /proc for the executable path on Linux. Patch by starslayer. Refs #2086. 2014-11-20 22:19:21 +00:00
unix_executable_pathname.h Query /proc for the executable path on Linux. Patch by starslayer. Refs #2086. 2014-11-20 22:19:21 +00:00
unuma.cpp Build fixes 2011-04-30 13:55:55 +00:00
unuma.h Set svn:eol-style native 2010-07-25 18:08:35 +00:00
uvm.cpp Set svn:eol-style=native, fix some inconsistent line endings 2013-12-06 00:42:50 +00:00