Ticket #92 (closed defect: wontfix)

Opened 3 years ago

Last modified 3 years ago

UTF-8 header should be sent additionally to the HTML META header

Reported by: andi@… Owned by: mbonetti
Priority: high Milestone: Gregarius 0.5.0
Component: BUGS Version:
Severity: normal Keywords: I18N Unicode UTF-8
Cc:

Description

I added the following line to feed.php to let Firefox detect the correct encoding:

header('Content-Type: text/html; charset=utf-8');

This may be needed everywhere. Perhaps it should go into init.php ?

Change History

Changed 3 years ago by mbonetti

  • priority changed from normal to low
  • milestone set to Gregarius 0.5.0

This one's interesting: I was under the impression this is already done, yet I don't find any refefrence of it in the code.

(Note that there is an "AddDefaultCharset? utf-8" directive in the .htaccess)

Changed 3 years ago by mbonetti

  • priority changed from low to high
  • status changed from new to closed
  • resolution set to wontfix

Is this still required? Andi, feel free to reopen.

Note: See TracTickets for help on using tickets.