caldurza / autokey

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

German characters in abbreviation destroyed #22

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago

What steps will reproduce the problem?
1. Add new abbreviation i.e. "Mit freundlichen Grüßen"

What is the expected output? What do you see instead?
Expected: Mit freundlichen Grüßen
Output: Mit freundlichen Gr[-en,

What version of the product are you using? On what operating system?
Kubuntu 9.10
Linux neo-hp 2.6.31-17-generic #54-Ubuntu SMP Thu Dec 10 17:01:44 UTC 2009
x86_64 GNU/Linux

Locale:
LANG=en_US.UTF-8
LANGUAGE=
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_PAPER="en_US.UTF-8"
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_MEASUREMENT="en_US.UTF-8"
LC_IDENTIFICATION="en_US.UTF-8"
LC_ALL=

Original issue reported on code.google.com by suski.ra...@gmail.com on 5 Feb 2010 at 9:58

GoogleCodeExporter commented 8 years ago
What keyboard layout/input method are you using?

Original comment by cdekter on 24 Mar 2010 at 11:43

GoogleCodeExporter commented 8 years ago
German or Polish layout.
System language is English US

Original comment by suski.ra...@gmail.com on 25 Mar 2010 at 8:00

GoogleCodeExporter commented 8 years ago
Are the corrupted characters typed with Alt+Grid?

Original comment by cdekter on 25 Mar 2010 at 11:26

GoogleCodeExporter commented 8 years ago
No, It's not
I just checked and if I add some special polish characters with AltGr then it 
works
perfectly. 
But for the German chars it is not necessary to use the AltGr.

Regards,
Radek

Original comment by suski.ra...@gmail.com on 27 Mar 2010 at 6:02

GoogleCodeExporter commented 8 years ago
This issue usually occurs when using the Gnome/KDE keymap utilities. Somehow 
these
utilities change input handling without actually letting X know what the keymap 
is.
So X keeps using a basic US/Intl layout. Try setting your keymap using the 
setxkbmap
utility.

Original comment by cdekter on 28 Mar 2010 at 12:44

GoogleCodeExporter commented 8 years ago
Ok, I'll try.
Thanks a lot :)

Original comment by suski.ra...@gmail.com on 29 Mar 2010 at 6:35