Bug 1332396 - [about:config] Unable to store non latin-1 characters draft
authorTomer Cohen <tomer@tomercohen.com>
Thu, 19 Jan 2017 21:07:26 +0200
changeset 463743 9b9410fe79bcfe1a0da4b99fdbabac0219be6f51
parent 463736 47e9faa5c76c6554281ae811fbf9a4b39a1c56cc
child 542767 d8f03a77327af69082c0399f3af5df02d9fbdbab
push id42169
push userbmo:tomer.moz.bugs@tomercohen.com
push dateThu, 19 Jan 2017 19:08:39 +0000
bugs1332396
milestone53.0a1
Bug 1332396 - [about:config] Unable to store non latin-1 characters MozReview-Commit-ID: 3JBTcHePyl3
mobile/android/chrome/content/config.xhtml
--- a/mobile/android/chrome/content/config.xhtml
+++ b/mobile/android/chrome/content/config.xhtml
@@ -11,16 +11,17 @@
 <!ENTITY % configDTD SYSTEM "chrome://browser/locale/config.dtd">
 %configDTD;
 ]>
 
 <html xmlns="http://www.w3.org/1999/xhtml">
 
 <head>
     <meta name="viewport" content="width=device-width; user-scalable=0" />
+    <meta charset="UTF-8" />
 
     <link rel="stylesheet" href="chrome://browser/skin/config.css" type="text/css"/>
     <script type="text/javascript;version=1.8" src="chrome://browser/content/config.js"></script>
 </head>
 
 <body dir="&locale.dir;" onload="NewPrefDialog.init(); AboutConfig.init();"
                          onunload="AboutConfig.uninit();">