X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/41a499cd92710e3c954fa6e23ce3438cf26f5fcf..209f3e1453dd576919bf1cc8f696218dae23c34b:/contrib/src/stc/stc.h.in?ds=sidebyside diff --git a/contrib/src/stc/stc.h.in b/contrib/src/stc/stc.h.in index f74a77b56c..323e0f3c3f 100644 --- a/contrib/src/stc/stc.h.in +++ b/contrib/src/stc/stc.h.in @@ -258,7 +258,9 @@ public: // Append a string to the end of the document without changing the selection. void AppendTextRaw(const char* text); - +#ifdef SWIG + %%pythoncode "_stc_utf8_methods.py" +#endif //----------------------------------------------------------------------