Re: [PyKDE] Small eric bug

2005-01-20 Thread jul
Thanks for looking at that! The problem may be due to different environnement configuration... I never have the problem in konsole while it is always reproductible in eric3. Encoding is often linked to locale environnement variables and it may differ from an linux to another... You may indicate

Re: [PyKDE] Small eric bug

2005-01-20 Thread Detlev Offenbach
Am Donnerstag, 20. Januar 2005 10:10 schrieb Phil Thompson: > > Am Montag, 29. November 2004 20:28 schrieb jul: > >> Hi, > >> In last eric snapshot, a small bug still when using the utf8 encoding: > >> the middle click doesn't paste special characters corectly. Ctrl+V and > >> Drag&Drop commands wo

Re: [PyKDE] Small eric bug

2005-01-20 Thread Phil Thompson
> Am Montag, 29. November 2004 20:28 schrieb jul: >> Hi, >> In last eric snapshot, a small bug still when using the utf8 encoding: >> the middle click doesn't paste special characters corectly. Ctrl+V and >> Drag&Drop commands works fine. >> >> As middle click is rather used under *nix systems, it

Re: [PyKDE] Small eric bug

2004-12-06 Thread Detlev Offenbach
Am Montag, 29. November 2004 20:28 schrieb jul: > Hi, > In last eric snapshot, a small bug still when using the utf8 encoding: > the middle click doesn't paste special characters corectly. Ctrl+V and > Drag&Drop commands works fine. > > As middle click is rather used under *nix systems, it would be

[PyKDE] Small eric bug

2004-12-06 Thread jul
Hi, In last eric snapshot, a small bug still when using the utf8 encoding: the middle click doesn't paste special characters corectly. Ctrl+V and Drag&Drop commands works fine. As middle click is rather used under *nix systems, it would be nice to correct this small and unpleasant bug. Best reg