Nuxt static generation produces us-ascii encoding instead of utf-8

Viewed 304

Cyrillic symbols aren't displayed properly when opening Nuxt statically generated sources: word Русский outputs as РуÑ\x81Ñ\x81кий. Option meta: [ { charset: 'utf-8' } ] is already specified in nuxt.config.js file.

enca encoding detection utility says that files having us-ancii encoding: 7bit ASCII characters
and file -i: ./index.html: text/html; charset=us-ascii

Is there a way to force Nuxt v2.15.7 static generation to output utf files instead of us-ancii?

0 Answers
Related