gflohr / qgoda

Qgoda (pronounce: yagoda!) is an extensible static site generator with arbitrary taxonomies and cross-links and a strong focus on multilanguage facilities.
https://www.qgoda.net/
Other
31 stars 4 forks source link

UTF-8 strings are doubly encoded on output #73

Closed gflohr closed 6 years ago

gflohr commented 6 years ago

This is a regression, see gflohr/qgoda-site#5.

One possible reason is that the configuration is no longer read with YAML::XS but with js-yaml and ajv. The returned value probably won't have the utf-8 flag on and that causes problems when mixing these strings with data that has the flag set.