X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cd1a22d1d32ddb1ed65c0443e8333d3d3e12ca81..c2b2c10ed65dab95f0ec880a4730826f0706a156:/src/common/encconv.cpp diff --git a/src/common/encconv.cpp b/src/common/encconv.cpp index f43d0687e4..15509c9cbc 100644 --- a/src/common/encconv.cpp +++ b/src/common/encconv.cpp @@ -376,11 +376,9 @@ wxString wxEncodingConverter::Convert(const wxString& input) const #define NUM_OF_PLATFORMS 4 /*must conform to enum wxPLATFORM_XXXX !!!*/ #define ENC_PER_PLATFORM 3 - // max no. of encodings for one language used on one platform - // Anybody thinks 5 is not enough? ;-) - - // It is too much. Using maximum of everything at the current moment to not - // make the library larger than necessary. Make larger only if necessary - MR + // max no. of encodings for one language used on one platform. + // Using maximum of everything at the current moment to not make the + // library larger than necessary. Make larger only if necessary - MR static const wxFontEncoding EquivalentEncodings[][NUM_OF_PLATFORMS][ENC_PER_PLATFORM+1] = {