OT: Text editors (was Re: Search and replace text in XML file?)

wxjmfauth at gmail.com wxjmfauth at gmail.com
Sat Jul 28 15:23:34 EDT 2012


On Saturday, July 28, 2012 7:47:24 PM UTC+2, Chris Angelico wrote:
> On Sun, Jul 29, 2012 at 3:43 AM,  <wxjmfauth at gmail.com> wrote:
> 
> > On Saturday, July 28, 2012 5:51:48 PM UTC+2, Chris Angelico wrote:
> 
> >
> 
> > ... and has a few limitations (eg it only really supports
> 
> >>
> 
> >> UTF-8),
> 
> >
> 
> > ?!
> 
> >
> 
> > It's my daily plain text editor (Windows) since ? (I don't remember).
> 
> > And I'm using it for utf-8, utf-16 and cp1252 (my favorite coding)
> 
> > without problems.
> 
> 
> 
> Okay, I must have misunderstood something then. Was under the
> 
> impression that it had some internals where it worked only in bytes,
> 
> and that things wouldn't always work if you used anything other than
> 
> UTF-8. It's not an issue for me, since UTF-8 suits me just fine, so
> 
> I've never looked into it. Apologies for the Elmer FUD!
> 
> 
> 
> ChrisA

No problem. Important is just to say SciTE works
fine with many codings.

Having said this, I think there is probably some
confusion between the scintilla widget and the editor,
the application, SciTE using scintilla.

In the Python world, the ported "scintilla widget",
wxStyleTextCtrl in wxPython and QScintilla in PyQt
are working internally in utf-8 and the api's, at least
in wxPython, work with a byte arithmetic (annoying).
If I used the PyQt version, I do not remember the status
with Qt. I prefer the QPlainTextEdit widget.

For info: http://scintilla.org/

jmf




More information about the Python-list mailing list