- // if we assume errors are happening here we need low level debugging since the high level assert will use the encoders that
- // are not yet setup...
-
+ // if we assume errors are happening here we need low level debugging
+ // since the high level assert will use the encoders that are not yet
+ // setup...
+ const int kEncoding = wxApp::s_macDefaultEncodingIsPC
+ ? (int)kTextEncodingWindowsLatin1
+ : (int)kTextEncodingMacRoman;
+