Qgoda (pronounce: yagoda!) is an extensible static site generator with arbitrary taxonomies and cross-links and a strong focus on multilanguage facilities.
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.
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.