Ticket #141 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

Optionally supply a charset to go with the content type

Reported by: nick Owned by: nick
Priority: normal Milestone:
Component: openguides Version: svn
Severity: normal Keywords:
Cc:

Description

We should allow guides to set a charset, which gets included with the content type.

Otherwise, a default (normally ISO-8859-1) is often added, which screws things up (eg your data isn't sent as UTF-8, and then postgres gets in a huff)

Change History

Changed 2 years ago by nick

  • status changed from new to closed
  • resolution set to fixed

(In [868]) Support the config flag http_charset, which sets a http charset header on content type. (Closes #141)

Note: See TracTickets for help on using tickets.