QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 997|回复: 5

apache网页中文显示为乱码。新手请多多帮助!谢谢

[复制链接]
发表于 2003-9-22 12:56:37 | 显示全部楼层 |阅读模式
我已经在httpd.conf里更改了AddDefaultCharset GB2312,用的是gedit编辑的.也清空了cookis.重启了httpd服务.
可是网页里还是显视乱码
从网上另存下来的网页就没有问题,可是把里面的代码复制到另一个网页里就还是乱码。


_____________________________________________________________
AddDefaultCharset GB2312
#
# Commonly used filename extensions to character sets. You probably
# want to avoid clashes with the language extensions, unless you
# are good at carefully testing your setup after each change.
# See ftp://ftp.isi.edu/in-notes/iana/assignments/character-sets for
# the official list of charset names and their respective RFCs
#
AddCharset ISO-8859-1 .iso8859-1 .latin1
AddCharset ISO-8859-2 .iso8859-2 .latin2 .cen
AddCharset ISO-8859-3 .iso8859-3 .latin3
AddCharset ISO-8859-4 .iso8859-4 .latin4
AddCharset ISO-8859-5 .iso8859-5 .latin5 .cyr .iso-ru
AddCharset ISO-8859-6 .iso8859-6 .latin6 .arb
AddCharset ISO-8859-7 .iso8859-7 .latin7 .grk
AddCharset ISO-8859-8 .iso8859-8 .latin8 .heb
AddCharset ISO-8859-9 .iso8859-9 .latin9 .trk
AddCharset ISO-2022-JP .iso2022-jp .jis
AddCharset ISO-2022-KR .iso2022-kr .kis
AddCharset ISO-2022-CN .iso2022-cn .cis
AddCharset Big5 .Big5 .big5
# For russian, more than one charset is used (depends on client, mostly):
AddCharset WINDOWS-1251 .cp-1251 .win-1251
AddCharset CP866 .cp866
AddCharset KOI8-r .koi8-r .koi8-ru
AddCharset KOI8-ru .koi8-uk .ua
AddCharset ISO-10646-UCS-2 .ucs2
AddCharset ISO-10646-UCS-4 .ucs4
AddCharset UTF-8 .utf8

# The set below does not map to a specific (iso) standard
# but works on a fairly wide range of browsers. Note that
# capitalization actually matters (it should not, but it
# does for some browsers).
#
# See ftp://ftp.isi.edu/in-notes/iana/assignments/character-sets
# for a list of sorts. But browsers support few.
#
AddCharset GB2312 .gb2312 .gb
AddCharset utf-7 .utf7
AddCharset utf-8 .utf8
AddCharset big5 .big5 .b5
AddCharset EUC-TW .euc-tw
AddCharset EUC-JP .euc-jp
AddCharset EUC-KR .euc-kr
AddCharset shift_jis .sjis
发表于 2003-9-22 13:13:01 | 显示全部楼层
照理说不应该呀!重起一下机器试试
回复

使用道具 举报

发表于 2003-9-22 22:02:12 | 显示全部楼层
设置流览器编码为自动选择
把cache清空
回复

使用道具 举报

发表于 2003-9-23 13:50:37 | 显示全部楼层
我用的1.3.28也会这样,但2.0.47就好了
回复

使用道具 举报

发表于 2003-9-24 16:40:25 | 显示全部楼层
你的以下码子里还少一句:
>>AddCharset ISO-8859-1 .iso8859-1 .latin1
>>AddCharset ISO-8859-2 .iso8859-2 .latin2 .cen
>>AddCharset ISO-8859-3 .iso8859-3 .latin3
>>AddCharset ISO-8859-4 .iso8859-4 .latin4
>>AddCharset ISO-8859-5 .iso8859-5 .latin5 .cyr .iso-ru
>>AddCharset ISO-8859-6 .iso8859-6 .latin6 .arb
>>AddCharset ISO-8859-7 .iso8859-7 .latin7 .grk
>>AddCharset ISO-8859-8 .iso8859-8 .latin8 .heb
>>AddCharset ISO-8859-9 .iso8859-9 .latin9 .trk
>>AddCharset ISO-2022-JP .iso2022-jp .jis
>>AddCharset ISO-2022-KR .iso2022-kr .kis
>>AddCharset ISO-2022-CN .iso2022-cn .cis
>>AddCharset Big5 .Big5 .big5
>># For russian, more than one charset is used (depends on client, mostly):
>>AddCharset WINDOWS-1251 .cp-1251 .win-1251
>>AddCharset CP866 .cp866
>>AddCharset KOI8-r .koi8-r .koi8-ru
>>AddCharset KOI8-ru .koi8-uk .ua
>>AddCharset ISO-10646-UCS-2 .ucs2
>>AddCharset ISO-10646-UCS-4 .ucs4
>>AddCharset UTF-8 .utf8
AddCharset gb2312 .gb2312 .GB2312 没有这一句,要AddDefaultCharset GB2312也没用。
回复

使用道具 举报

发表于 2003-9-26 10:37:54 | 显示全部楼层
AddDefaultCharset off
就行了。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-15 22:31 , Processed in 0.059732 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表