[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#778772: Changelogs shown do not include a correct charset for displaying them



Hi,

> while displaying changelog from the web interface I see that many
> characters are not shown correctly because they have a different charset
> than browser default.
> 
> Could you please specify the (utf8) charset in the HTTP response or
> elsewhere?

These files are served by apache, it appears the following line was
commented in the vhost host declaration:

  #AddDefaultChars utf-8

Problem might be text/html pages already have that header set by django,
we only want to apply the directive to plain text files. Should we
enclose that directive in a <Directory /path/to/media> section?

Christophe
> 


Reply to: