Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-release > by-pkgid > 51b54f1d04b816d7590cedc65f17e167 > files > 47

mlterm-3.3.8-4.mga5.i586.rpm

comment -*- mode: text -*-
comment $Id$

Frequently Asked Questions

[Q1]
I cannot copy&paste UTF-8 characters into the command-line.

[A1]
If you use bash, add the following two lines to your ~/.inputrc.

set convert-meta off
set output-meta  on

If you use tcsh, all you have to do is

set dspmbyte=utf8

(Thanks to Nadim Shaikli)