diff --git a/src/osx/fontutil.cpp b/src/osx/fontutil.cpp index 35d9cdc62b..5828657448 100644 --- a/src/osx/fontutil.cpp +++ b/src/osx/fontutil.cpp @@ -41,8 +41,7 @@ bool wxNativeEncodingInfo::FromString( const wxString& s ) wxString tmp = tokenizer.GetNextToken(); if ( !tmp ) { - // default charset (don't use DEFAULT_CHARSET though because of subtle - // Windows 9x/NT differences in handling it) + // default charset charset = 0; } else