I can't type chinese - Linux

Tristan Cohan avatar
By Tristan Cohan
at 2011-04-29T15:16

Table of Contents

I can see chinese words, and also have "Bopomof".

I can use Bopomof and it will show some chinese words at its input bar.

But when I press enter, it just send numbers of english alphabet out, not chinese which I saw at the bar.

help me please

--
Tags: Linux

All Comments

Xanthe avatar
By Xanthe
at 2011-05-01T14:35
tap space twice
Daph Bay avatar
By Daph Bay
at 2011-05-02T02:58
what's your distro and distro? tr install chewing
Skylar Davis avatar
By Skylar Davis
at 2011-05-03T21:42
喔 對不起 昏頭了 你的發行版和注音輸入法是哪個?
bopomofo 連續輸入兩字空白鍵是送出字元
Skylar Davis avatar
By Skylar Davis
at 2011-05-04T09:07
ubuntu
感謝可以了

請問vsftpd遠端登入預設資料夾的問題

Enid avatar
By Enid
at 2011-04-29T14:29
※ 引述《stator (別急著吃棉花糖)》之銘言: : 我在用vsftpd的時候遇到了一些問題 : 想要讓chu在遠端用cuteftp登入時限制在某個資料夾該怎麼設定呢 : 現在只能讓它登入到自己的家目錄下(/home/chu), : 作法是在/etc/vsftpd下建chroot_list : 但若是要限 ...

Ubuntu開機都要重調亮度

Daph Bay avatar
By Daph Bay
at 2011-04-29T12:32
每次開機的時候 到了有個地方會開始跑很多code的地方 (抱歉小弟不太懂) 就是在登入畫面前那些code 在那邊的時候是一片黑暗 而我會知道那邊有再跑code是因為我去調了亮度 如果我不調 到了登入畫面都還是黑的 請問要如何設定自動調回正常亮度?! 每次都要調有點麻煩 HP ENVY 14 ...

以root權限執行應用程式

Kumar avatar
By Kumar
at 2011-04-29T12:17
是這樣,因為一些需要,想請問要怎麼樣在桌面環境下,很便捷地以root身份 開啟應用GUI的應用程式,如firefox? 目前使用的是openSUSE 11.4 (KDE) 因為是新手,問得方式不好的話請多包涵! 以前的話,是乾脆固定以root身份登入桌面,但爬文後發現這是不好的習慣... -- ...

如何修改make的預設資料?

Adele avatar
By Adele
at 2011-04-29T11:43
不是針對特定Makefile修改 是想要對make本身的預設資料作修改 (如CC等) 我平常編譯習慣打make -j 但是在一台cpu為e8400的電腦上(雙核心,無HT) 打make -j卻超出他的核心數 正常來說應該只會開2個jobs..他卻開了五六個 導致每次打make -j時loading會飆到2 ...

shell argument 特殊符號

Zanna avatar
By Zanna
at 2011-04-29T06:20
因為要argument會讀取到一些特殊符號,但是在讀取後 往往特殊符號會被忽略。 例如: a.sh內容 echo $1 執行 ./a.sh and#39; 輸出卻會是空白 除了在特殊符號前加上\之外 是否有別的方式? - ...