Hi,

When the terminal operates in UTF-8 environment, it should set the IUTF8
termios flag.

Try: Execute "cat", type some accented letters, then backspace over some of
them, then press enter.
Expected result: The visible line should be echoed back.
Actual result: More characters are echoed back, since every backspace
removes one complete UTF-8 character from the display, but only a single
line from the kernel's tty buffer. The IUTF8 flag tells the kernel to
remove a complete UTF-8 character on backspace.


thx,
egmont
------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to