diff --git a/src/common/strconv.cpp b/src/common/strconv.cpp index 33b934ef9f..f60201d7d3 100644 --- a/src/common/strconv.cpp +++ b/src/common/strconv.cpp @@ -727,6 +727,8 @@ wxCSConv::wxCSConv(const wxChar *charset) { m_name = (wxChar *)NULL; m_cset = (wxCharacterSet *) NULL; + m_deferred = TRUE; + SetName(charset); }