[wxPython-users] wxStyledTextCtrl questions
Josiah Carlson
jcarlson at uci.edu
Sat Mar 10 11:54:43 PST 2007
kib <kib2 at free.fr> wrote:
> One more thing : I saw that the character "§" takes 2 colums when I make my stc
> show the current cursor position, is that a bug ?
Use stc.GetColumn(posn), it should do the right thing when confronted by
multibyte characters. If it isn't, then it is a bug, and you should
post it to the scintilla tracker.
- Josiah
More information about the wxpython-users
mailing list