From b0e6170d93577d68b9c4c79feef45924cb9ba1aa Mon Sep 17 00:00:00 2001 From: Benedict Aas Date: Fri, 26 Jan 2018 18:45:49 +0000 Subject: [PATCH] fix: specify utf-8 encoding with meta tag (#2003) We specify the encoding to be UTF-8 with a meta tag such that Electron won't get confused and try any other encodings. Change-Type: patch Changelog-Entry: Specify UTF-8 encoding with meta tag. --- lib/gui/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/gui/index.html b/lib/gui/index.html index 1fafeff7..5dc037e6 100644 --- a/lib/gui/index.html +++ b/lib/gui/index.html @@ -1,6 +1,7 @@ + Etcher