Bug#279000: cplay: does not show non-ASCII UTF-8 characters

2007-08-27 Thread Martin Michlmayr
Just some explanations: * Martin Michlmayr <[EMAIL PROTECTED]> [2007-08-27 17:33]: > def insstr(self, s): > if not s: return > -self.w.addstr(s[:-1]) > -self.w.hline(ord(s[-1]), 1) # insch() work-around > +s1 = s[:-1] > +s2 = s[-1] > +if type(

Bug#279000: cplay: does not show non-ASCII UTF-8 characters

2007-08-27 Thread Martin Michlmayr
* Markus Järvinen <[EMAIL PROTECTED]> [2004-10-31 00:46]: > cplay replaces non-ASCII characters in most cases with ??. The only place > that characters are shown correctly seems to be the top row when in > filelist mode (Filelist: /...). All characters of the path are printed > correctly there. In