Bug 106929 - default keyboard coding system mangles utf-8 input in xterm
Summary: default keyboard coding system mangles utf-8 input in xterm
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Raw Hide
Classification: Retired
Component: emacs
Version: 1.0
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Jens Petersen
QA Contact: David Lawrence
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2003-10-13 18:32 UTC by Axel Thimm
Modified: 2005-10-31 22:00 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2003-10-31 12:52:19 UTC
Embargoed:


Attachments (Terms of Use)

Description Axel Thimm 2003-10-13 18:32:29 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4.1) Gecko/20031008

Description of problem:
In Red Hat Linux 9 the keyboard-coding-system defaulted to utf-8. Current
rawhide has 'nil'. The effect is that for example German umlauts get mapped to
M-c and other control sequences when calling emacs in an xterm.


Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1.emacs -nw -q
2.Try to type umlauts -> Control sequences
3.M-x set-keyboard-coding-system -> utf-8
4.Try to type umlauts -> works
    

Additional info:

The workaround is easy:
(set-keyboard-coding-system 'utf-8)
in .emacs.el

Also graphical emacs is fine even with keyboard-coding-system == 'nil'.

Comment 1 Jens Petersen 2003-10-27 12:54:43 UTC
Thanks should get fixed in emacs-21.3-7.  Please confirm.

Comment 2 Axel Thimm 2003-10-31 12:52:19 UTC
German umlauts work again, closing this bug. Thanks Jens.


Note You need to log in before you can comment on or make changes to this bug.