Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 52431bd36bab9409879060f79fc9132c > files > 35

mlterm-2.9.4-3mdv2009.1.i586.rpm

comment -*- mode: text -*-
comment $Id: FAQ,v 1.1 2002/12/10 11:47:58 arakiken Exp $

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)