﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
2614	sugesstion for  .htaccess file with output charset definitions in it.	Alex Troll		"There is some apache directives on some hosting providers which suggest regional charsets on content-type output on default like:

{{{
""Content-Type:  application/x-javascript; charset=windows-1251 (BOM UTF-8)
Vary:   accept-charset, user-agent""
}}}
Which crashes firefox, opera etc. non MS browsers, cause it now contains some illegal simbols in javascripts.
I suggest to include some .htaccess file for it

{{{
AddDefaultCharset utf-8
AddCharset utf-8 *
<IfModule mod_charset.c>
   CharsetSourceEnc utf-8
   CharsetDefault utf-8
</IfModule>
}}}

it will produce 
Content-Type:   application/x-javascript (BOM UTF-8)


(terribly sorry for my english)"	Bug	closed	Normal		General		invalid		
