中文輸入法和 mrxvt 的問題 - Linux

Necoo avatar
By Necoo
at 2013-02-19T06:11

Table of Contents



我最近因為硬碟壞掉的關係,把系統重裝.
我用 scim 當輸入法,
別的程式都可以,只有 mrxvt 現在有問題.
scim 會輸出 unicode碼 , 而不是 big5.


例如, 我如果在 mrxvt 裡面打 "我" 會出現


bash: $'\346\210\221': command not found


\346\210\221 是 "我" unicode 的 Octal Escape Sequence

想請問是什麼問題呢?

謝謝


--
Tags: Linux

All Comments

Adele avatar
By Adele
at 2013-02-20T11:24
locale ?
Valerie avatar
By Valerie
at 2013-02-23T01:59
為何還要用big5?

Steam for Linux 正式上線

Lydia avatar
By Lydia
at 2013-02-18T19:52
補一個Gentoo 用layman 安裝gamerlay 裡面都包好好了 記得沒錯的話是安裝 emerge steam-meta 內建設定用local site library 來跑程式 可以根據安裝後的instruction 對此設定作更動 ※ 引述《alishas (Alisha)》之銘言: : ...

rsync error

Victoria avatar
By Victoria
at 2013-02-18T17:52
各位版友好 在利用rsync備份的時候出現error 如下: rsync: readlink and#34;path/to/backupand#34; failed: Input/output error (5) 來源目錄是滿大的 這之間一個檔案都沒有傳送成功 請問是甚麼問題造成的? 因為不想要 ...

如何不重開機新增硬碟

Mia avatar
By Mia
at 2013-02-18T13:55
如果我現在需要新增硬碟 該如何在不重新開機的情況下可以掃描到硬碟變更呢 我是用VM新增硬碟 系統是UBUNTU 12.04 LTS - ...

Steam for Linux 正式上線

Lauren avatar
By Lauren
at 2013-02-17T23:26
其他發行版的安裝方式 Chakra andamp; Arch Linux sudo pacman -S steam openSUSE/SUSE 從以下網址一鍵安裝: http://software.opensuse.org/package/steam -- https://gro ...

請問grep指令只給參數會如何執行?

Daph Bay avatar
By Daph Bay
at 2013-02-17T22:18
平常grep都會指定特定檔案或輸入端去做比對 剛剛想看看如果不提供比對的目的端會怎樣執行 因此建立了/test目錄 下面有a, b兩個檔案 內容分別是 a --andgt; abcd b --andgt; bcde 切換到/test下 指令直接下 grep and#39;abc*and#39; 不知道他會不 ...