rpwoodbu / mosh-chrome

Mosh for Chrome
GNU General Public License v3.0
372 stars 59 forks source link

set HTML/JS runtime encoding to UTF-8 #208

Open vapier opened 3 years ago

vapier commented 3 years ago

This can subtly affect how Chrome interprets embedded strings. The current code in here shouldn't be affected as it's all ASCII, but Chrome warns about the implicit encoding detection and uses ISO-8859-1 instead.