WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: How to compile nls_cp936 modules? need it for kernel 3.0.21  (Read 1685 times)

Offline ppoo

  • Newbie
  • *
  • Posts: 4
How to compile nls_cp936 modules? need it for kernel 3.0.21
« on: April 10, 2012, 09:20:49 AM »
I have remaster TC it can display Chinese character ,but  TC 4.4 can't  display Chinese filename,  if the file system is FAT32.

In order to show Chinese character I knew it should mount FAT32 with iocharset=cp936, but  there is  no such module in the kernel,

I am freshman to linux and know nothing about compile, I didn't find  any  TCZ  is about  nls_cp936

 Is there anybody can send me nls_cp936.ko  for kernel 3.0.21  or teach me how to  compile nls_cp936 , thanks a lot!



UTF8 is not a recommended IO charset, it will be case sensitive!





 
 
« Last Edit: April 11, 2012, 06:46:11 AM by ppoo »

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 11022
Re: How to compile nls_cp936 modules? need it for kernel 3.0.21
« Reply #1 on: April 10, 2012, 09:24:41 AM »
Wouldn't utf-8 work? iocharset=utf8
The only barriers that can stop you are the ones you create yourself.

Offline ppoo

  • Newbie
  • *
  • Posts: 4
Re: How to compile nls_cp936 modules? need it for kernel 3.0.21
« Reply #2 on: April 10, 2012, 09:29:28 AM »
Thank you very much! I find that if not use codepage=* ,iocharset=utf8,only use iocharset=utf8 it  works. It won't work  if use codepage=936,iocharset=cp936. nls_cp936 is needed. 
« Last Edit: April 10, 2012, 11:50:51 AM by ppoo »