1. System -> Administrator -> Language Support中找到Chinese, 先安装再重启后,设置中文为default语言
2. 关于方块字的处理:gedit ~/.fcitx/config中,将"显示字体(中)=*"修改为:"显示字体(中)=WenQuanYi Bitmap Song"则可, 使用ctrl+alt+abckspace重新启动则可。
3. mount中文处理: eg: sudo mount -t cifs -o username=*** password=*** iocharset=utf-8 //ipmyfile /mnt(将windows下的文件挂在到Ubuntu下, 且用iocharset设置语言字符, 这个很重要)
   mount fat32文件: mount -t vfat /dev/sda1 /mnt -o iocharset=utf8
   mount ntfs文件: mount -t ntfs -o iocharset=utf8 /dev/sda1 /mnt