Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 323 Bytes

inputting_danish_characters.md

File metadata and controls

13 lines (9 loc) · 323 Bytes

Inputting danish characters

If you want to be able to enter danish characters in your bash shell. Your ~/inputrc has to contain the following:

set meta-flag on
set convert-meta off
set output-meta on

References