diff --git a/src/metabase/troubleshooting.clj b/src/metabase/troubleshooting.clj
index 437ea8af64396bff4131c18044786fcb0947fcbc..94c43ec9122a894b09d721ddad6707789f9a56ad 100644
--- a/src/metabase/troubleshooting.clj
+++ b/src/metabase/troubleshooting.clj
@@ -21,7 +21,8 @@
                                              "os.name"
                                              "os.version"
                                              "user.language"
-                                             "user.timezone"])))
+                                             "user.timezone"
+                                             "file.encoding"])))
 
 (defn metabase-info
   "Make it easy for the user to tell us what they're using"