linux下文件名异常之问题

yes,my server is apache.redhat linux 7.2 system.but I don't understand you meaning.can you give me an example?
how can I add
AddCharset GBK .gbk
where can I find the .gbk files?
thank you.      
And I set
AddCharset GBK .GBK .gbk
but it doesn't work.      
试试在httpd.conf中{IfModule mod_mime.c}下面加入addcharset gb2312或其他中文字符集,当然要先在linux下装上它们。
不过好象apache是不支持中文文件名的。T_T
在php中用eregi_replace("%2f","/",urlencode($PHP_SELF))可以把
$php_self(内容可以是中文)转化为可以在URL上使用的字符串。

[已被 lionheart 编辑过, 在 2001-11-27  21:11]

[已被 lionheart 编辑过, 在 2001-11-27  21:14]      
  在PHP中使用UTF-8编码应该会好      
可能是文件名里有半角字符,      
文件名里没有半角字符也不行啊!我只创建了一个 “李拥” 目录就会乱码。真是头痛。