General TC > International Talk

(CN)简单解决中文输入

<< < (2/2)

liuzhaoyzz:
非常感谢您的回复!
我很久之前就注册了tinycore这个论坛了,但是我一直无法发帖,每次发帖都出错,我来自中国大陆,可能是被墙了。

Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at webmaster@forum.tinycorelinux.net to inform them of the time this error occurred, and the actions you performed just before this error.

我曾经给webmaster@forum.tinycorelinux.net发个email,直接被退回了。

然后我最近突然发现,虽然我无法发新帖子,但是我居然可以直接回帖,所以就只有挖坟了。

太难了~~~~~~

不管你是用grub2還是syslinux
只要加一條lang="zh_CN.utf8"
建議後面utf8保持小寫不要dash (-)

我看了网上的很多帖子,都是lang="zh_CN.UTF-8",而且是大写的UTF-8,我也看了getlocale里面的选项,也是用的zh_CN.UTF-8,这让人产生太多的误解。
我实际测试过了,用lang="zh_CN.UTF-8"或者lang="zh_CN.utf8"结果都是一样的,我用的grub4dos/grub2启动tinycore,结果一样。

unifont.tcz感觉显示看起来没有中文字库notocjk-regular-fonts-ttc好看,这个中文字库比较大,37MB,我用的这个,我是直接在app包管理器中在线下载的。


最后,我是用这样子的命令搞定NTFS/FAT32文件和文件夹乱码的问题的:
sudo mount -t ntfs-3g /dev/sda2 /mnt/sda2
sudo mount -t vfat -o iocharset=utf8 /dev/sdd2 /mnt/sdd2

polikuo:

--- Quote from: liuzhaoyzz on January 08, 2022, 08:44:57 PM ---可能是被墙了。

--- End quote ---

其實這跟牆不牆沒有關係,單純只是這論壇供應商的問題。
TC團隊已經反應多次,但對方壓根沒回過Email。  :(

至於UTF-8還是utf8
就像你說的,兩個都可以,glibc會自動轉換。
我推薦你用小寫是因為在終端輸入locale -a時會跳小寫。

另外,還有一種比較少見的方法,直接用ntfs-3g

--- Code: ---sudo ntfs-3g /dev/sda2 /mnt/sda2
--- End code ---

liuzhaoyzz:
感谢回复!
似乎跟是否被墙确实没有太大的关系,应该是论坛供应商的原因。
哦,我今天测试,可以正常回帖,我太难了!

Navigation

[0] Message Index

[*] Previous page

Go to full version