-methods will do no conversions at all and in a unicode build of wxPython
-the strings will be in the utf-8 encoding and in an ansi build no
-assumption is made about the encoding. The "UTF8" functions will
-attempt to always get/set utf-8 text, which will always be true in a
-unicode build, and in an ansi build will also be true as long as the
-utf-8 used is compatible with the current encoding, (you'll get an
-exception otherwise.)
-
- AddTextRaw AddTextUTF8
- InsertTextRaw InsertTextUTF8
- GetCurLineRaw GetCurLineUTF8
- GetLineRaw GetLineUTF8
- GetSelectedTextRaw GetSelectedTextUTF8
- GetTextRangeRaw GetTextRangeUTF8
- SetTextRaw SetTextUTF8
- GetTextRaw GetTextUTF8
- AppendTextRaw AppendTextUTF8
+methods will do no conversions at all and in a unicode build of
+wxPython the strings will be in the utf-8 encoding and in an ansi
+build no assumption is made about the encoding. The "UTF8" functions
+will attempt to always get/set utf-8 text, which it will always be
+able to do in a unicode build, and in an ansi build it will depend on
+the content of the utf-8 used being compatible with the current
+encoding, (you'll get an exception otherwise.)
+
+ =================== ====================
+ AddTextRaw AddTextUTF8
+ InsertTextRaw InsertTextUTF8
+ GetCurLineRaw GetCurLineUTF8
+ GetLineRaw GetLineUTF8
+ GetSelectedTextRaw GetSelectedTextUTF8
+ GetTextRangeRaw GetTextRangeUTF8
+ SetTextRaw SetTextUTF8
+ GetTextRaw GetTextUTF8
+ AppendTextRaw AppendTextUTF8
+ =================== ====================