Page MenuHomeDevCentral

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

Authored by dereckson on Apr 26 2016, 21:48.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Jul 3, 00:21
Unknown Object (File)
Wed, Jul 2, 12:03
Unknown Object (File)
Wed, Jul 2, 06:07
Unknown Object (File)
Tue, Jul 1, 15:36
Unknown Object (File)
Sat, Jun 28, 17:37
Unknown Object (File)
Sat, Jun 28, 13:10
Unknown Object (File)
Fri, Jun 27, 08:58
Unknown Object (File)
Thu, Jun 26, 13:38
Subscribers
None

Details

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

Diff Detail

Repository
rOPS Nasqueron Operations
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dereckson retitled this revision from to Discourse: ensure forum.yml is ASCII and not UTF-8.
dereckson updated this object.
dereckson edited the test plan for this revision. (Show Details)
dereckson added a reviewer: dereckson.
dereckson edited edge metadata.
This revision is now accepted and ready to land.Apr 26 2016, 21:49
This revision was automatically updated to reflect the committed changes.