> No doubts Scintilla is excellent. I'm using the SciTE editor. The
> small problem I see is that the "Scintilla widget" is not
working in
> the unicode-wxPython port. I do not know, if it is an intrisic
> Scintilla or a port issue. This is practically the solely
reason, why
> I'm still using ansi-wxPython.It seems that perhaps it is your particular port. In all of
the tests I've done on Windows, unicode + scintilla works
fine. There are some people who seem to have issues with it
segfaulting on Linux, though I have not been able to discover
whether it is before, during, or after putting the unicode
text in the control (no one with segfaults has yet been
willing to add debug printouts).
On the Mac, it does very bad things when you stray outside of English and
Northern European characters. For example, whole lines of text disappear
with the introduction of a single Chinese character, even though that
Chinese character can be displayed fine in other widgets.
Identical code works fine under Windows.
David