Tiny Core Linux

Tiny Core Extensions => TCE Q&A Forum => Topic started by: ppoo on April 10, 2012, 09:20:49 AM

Title: How to compile nls_cp936 modules? need it for kernel 3.0.21
Post by: ppoo 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!





 
 
Title: Re: How to compile nls_cp936 modules? need it for kernel 3.0.21
Post by: curaga on April 10, 2012, 09:24:41 AM
Wouldn't utf-8 work? iocharset=utf8
Title: Re: How to compile nls_cp936 modules? need it for kernel 3.0.21
Post by: ppoo 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.