Wrong charset in HTTP header
Brought to you by:
zachofalltrades
The last version (20060601) sends HTTP header like:
Content-Type: text-html; charset: UTF-8
It should however be:
Content-Type: text-html; charset=UTF-8
Using ":" instead of "=" may cause problems on some
severs, that detect the header as not having charset
declared and append default charset, which causes
following output:
Content-Type: text-html; charset: UTF-8; charset=iso-8859-2
And it does not correspond to the RFC :-)
The bug can be corrected in
lucid_phplib/coreDisplay.php on line 17.
pachollini@gmail.com
Logged In: YES
user_id=1298276
Originator: NO
This is a duplicate of 1617628.