wsy4665 / ulipad

Automatically exported from code.google.com/p/ulipad
0 stars 0 forks source link

Unicodes chars are not all printed in column mode #214

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Open an UTF-8 file
2. Write 3 lines and set the column mode
3. Start writing ASCII chars then something more exotic.

What is the expected output? What do you see instead?

Expected : 

Line éééééeeeeééééeeee
Line éééééeeeeééééeeee
Line éééééeeeeééééeeee

Got :

Line éééééeeeeééééeeee
Line           eeee        eeee
Line           eeee        eeee

What version of the product are you using? On what operating system?

I am using UliPad 4.0 on Ubuntu 9.10, the OS encoding is UTF-8.

Please provide any additional information below.

Multicolum works on Gedit on the same system. It's written in Python too,
but with pyGTK. Don't know how useful this info is.

Original issue reported on code.google.com by isatis39...@gmail.com on 25 Nov 2009 at 11:53

Attachments:

GoogleCodeExporter commented 8 years ago
Fixed.

Original comment by limo...@gmail.com on 30 Dec 2009 at 8:56