PDA

Bekijk de volledige versie : 1.9.2.7-10 display Chinese Char



strangermj
18-11-2008, 18:26
After upgrade WL500gp-1.9.2.7-10.trx, found that all Chinese char cannot be displayed.....and I found that there is no codepage.950 in /usr/codepage

How can fix this problem ?

[root@NAS codepages]$ ls
total 519
-rwxr-xr-x 1 root root 196 Mar 30 2008 codepage.437
-rwxr-xr-x 1 root root 132 Mar 30 2008 codepage.850
-rwxr-xr-x 1 root root 172 Mar 30 2008 codepage.852
-rwxr-xr-x 1 root root 588 Mar 30 2008 codepage.866
-rwxr-xr-x 1 root root 131614 Mar 30 2008 unicode_map.437
-rwxr-xr-x 1 root root 131614 Mar 30 2008 unicode_map.850
-rwxr-xr-x 1 root root 131614 Mar 30 2008 unicode_map.852
-rwxr-xr-x 1 root root 131614 Mar 30 2008 unicode_map.866
[root@NAS codepages]$

eemdz
22-11-2008, 05:49
If you want to see Chinese characters when using telnet or ssh, you will need to download a client that supports UTF-8 encoding. PuTTY supports it, but remember to set the character set transalation to UTF-8 (e.g. Window, Translation, change Character Set Transalation to UTF-8).

As for using wl-500gP with 1.9.2.7-10 firmware and Samba (windows file sharing), to support Chinese character, you will need to install Samba3. In your Samba3 smb.conf, add the following two lines to the [global] section:

unix charset = UTF-8
display charset = UTF-8

Firmware 1.9.2.7-10 only comes with samba2. Samba 3 isn't easy to install and configure (though it is worthwhile running it instead of samba2, it seems to run faster and the UTF-8 support is a plus). There are some good tutorials on it, but most of the tutorials are older versions of samba3. Some of the steps/workarounds are no longer needed.