Files
@ r6086:d8d6ec3e83d6
Branch filter:
Location: cpp/openttd-patchpack/source/src/aircraft.h
r6086:d8d6ec3e83d6
1.4 KiB
text/x-c
(svn r8821) -Regression: Unable to browse directories on *nix if the filesystem is not in UTF-8 charset and special characters are used. The string passed to opendir() which is UTF-8 was not parsed back to the filesystem format. Use a wrapper called ttd_opendir() instead of redefining opendir itself.