0ad/source/lib/sysdep/os/linux
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
..
dir_watch_inotify.cpp Convert debug_printf to take UTF-8 strings instead of wchar_t. 2015-02-14 01:45:13 +00:00
lcpu.cpp fix always picking the same processor core on some systems. Based on code hits by Philip 2013-12-26 10:05:44 +00:00
ldbg.cpp Slightly more Android compatibility 2012-01-28 16:38:21 +00:00
linux.cpp Query /proc for the executable path on Linux. Patch by starslayer. Refs #2086. 2014-11-20 22:19:21 +00:00