HomeDevCentral

Discourse: ensure forum.yml is ASCII and not UTF-8

Description

Discourse: ensure forum.yml is ASCII and not UTF-8

Summary:
Upstream isn't willing to set default format as UTF-8 and want to
force ASCII, to avoid to force a specific encoding.

As our file uses non breakable spaces, that makes the container
launcher script fail loudly. We so remove such spaces.

Fixes T815.

Test Plan: iconv config/forum/forum.yml.tmpl -f utf-8 -t ascii

Reviewers: dereckson

Maniphest Tasks: T815

Differential Revision: http://devcentral.nasqueron.org/D368

Details

Provenance
derecksonAuthored on Apr 26 2016, 21:46
derecksonPushed on Apr 26 2016, 21:49
Differential Revision
D368: Discourse: ensure forum.yml is ASCII and not UTF-8
Parents
rOPSa2838eaf9300: Migrate forum.nasqueron.org to Mailgun
Branches
Unknown
Tags
Unknown
Tasks
T815: Ensure forum configuration file is ASCII