0ad/source/lib/file/common
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
..
tests refactor path interface: 2011-03-23 13:36:20 +00:00
file_loader.cpp needed to split lib into separate headers and source files, which requires lots of drudgery to specify paths for each include filename (no longer relying on same-directory lookups) 2010-03-01 14:52:58 +00:00
file_loader.h cleanup (requires update-workspaces) 2011-05-03 12:38:42 +00:00
file_stats.cpp Convert debug_printf to take UTF-8 strings instead of wchar_t. 2015-02-14 01:45:13 +00:00
file_stats.h major refactor of file/io and alignment code. requires update-workspaces 2011-04-29 19:10:34 +00:00
real_directory.cpp cleanup (requires update-workspaces) 2011-05-03 12:38:42 +00:00
real_directory.h cleanup (requires update-workspaces) 2011-05-03 12:38:42 +00:00
trace.cpp cleanup (requires update-workspaces) 2011-05-03 12:38:42 +00:00
trace.h Corrects some Doxygen comments and adds a few others of interest. 2012-03-01 03:55:05 +00:00