# 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 http://www.iana.org/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
do you have al this charsets in your apache config?
I remember that I have big trouble with sending forms (right encoded) to the server until these setting are right. (but of course you don't need this here its an english board)
I am a metal monkey!
Administrator Community Supporter?
Jedai Sword Master
Gender:
Posts: 8037
41179 credits Members referred : 3
« Reply #14 on: May 16, 2006, 01:46:53 PM »
Yeah you are right. This is not neccessery here.
I have seted those, actually apache 2 has an include file with those, so it is not a problem to use them now(I mean it is easier than with Apache 1.3).