Menu

#138 Editor displays strange characters at end of line

open
None
5
2003-09-15
2003-09-01
No

The Python source code editor in Boa displays strange
characters at the end of some lines.

It seems like that only lines containing non-ASCII
characters has these strange characters appended.

The strange characters only appear in the editor, not
when saving.

The strange characters change depending on where the
text cursor is.

There is exactly one strange character at the end of
the line per non-ASCII character in the line.

A line like this:

זרו

displays as

זרו<box><box><x>

where <box> is a box character and <x> is n, r, or a
box character, depending on where the text cursor is.

My system is Windows 2000, Python 2.3, Boa 0.2.3,
wxPython 2.4.1.2u.

Could it have something to do with the unicode version
of wxPython?

Discussion

  • Jesper Hertel

    Jesper Hertel - 2003-09-01

    Logged In: YES
    user_id=592328

    I tried uninstalling the unicode version of wxPython and
    installed the normal ANSI version instead, and the problem
    was solved!

     
  • Riaan Booysen

    Riaan Booysen - 2003-09-15

    Logged In: YES
    user_id=438

    It's a bug in wxPython. I know of no workaround apart from
    switching to the non-unicode version.

    Riaan.

     
  • Riaan Booysen

    Riaan Booysen - 2003-09-15
    • assigned_to: nobody --> riaan
     

Log in to post a comment.