forked from mia/Aegisub
Support wx built with utf-32 strings
Originally committed to SVN as r6901.
This commit is contained in:
parent
7c461ddfcf
commit
d4635b723a
1 changed files with 1 additions and 1 deletions
|
@ -78,5 +78,5 @@ public:
|
||||||
#elif defined(_WIN32)
|
#elif defined(_WIN32)
|
||||||
#define wxSTRING_ENCODING "utf-16le"
|
#define wxSTRING_ENCODING "utf-16le"
|
||||||
#else
|
#else
|
||||||
#error wx must be built with wxUSE_UNICODE_UTF8
|
#define wxSTRING_ENCODING "utf-32le"
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue