forked from mirror/OpenTTD
(svn r7182) -Feature: Merge utf8 branch. This brings us support for Unicode/UTF-8 and the option for fonts rendered by FreeType. Language changes to come.
This commit is contained in:
2
unix.c
2
unix.c
@@ -291,7 +291,7 @@ void CSleep(int milliseconds)
|
||||
#include <errno.h>
|
||||
#include "debug.h"
|
||||
|
||||
#define INTERNALCODE "ISO-8859-15"
|
||||
#define INTERNALCODE "UTF-8"
|
||||
|
||||
/** Try and try to decipher the current locale from environmental
|
||||
* variables. MacOSX is hardcoded, other OS's are dynamic. If no suitable
|
||||
|
Reference in New Issue
Block a user