git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2115
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
wxChar *data;
public:
wxCSConv(const wxChar *charset);
wxChar *data;
public:
wxCSConv(const wxChar *charset);
- virtual size_t MB2WC(wchar_t *buf, const char *psz, size_t n);
- virtual size_t WC2MB(char *buf, const wchar_t *psz, size_t n);
+ virtual size_t MB2WC(wchar_t *buf, const char *psz, size_t n) const;
+ virtual size_t WC2MB(char *buf, const wchar_t *psz, size_t n) const;
};
// filenames are multibyte on Unix and probably widechar on Windows?
};
// filenames are multibyte on Unix and probably widechar on Windows?