pawandubey / superswitcher

Automatically exported from code.google.com/p/superswitcher
GNU General Public License v2.0
0 stars 0 forks source link

multibyte utf8 characters not handled properly when typing window name #15

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. hit super key
2. type letter "ű" (or any multibyte utf8 character)
3. hit backspace

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

Letter "ű" should be deleted, but it changes into a "?" instead. Possibly
this is because only the 2nd byte of the letter is deleted. When pressing
backspace again, the "? is also deleted.

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

Ubuntu, package downloaded from here.

Original issue reported on code.google.com by pist...@gmail.com on 16 Oct 2007 at 9:48