diff development.ini @ 7328:e2519d2e74c2

unicode: consistently use the preferred Python spelling 'utf-8' instead of the alias 'utf8'
author Mads Kiilerich <mads@kiilerich.com>
date Sat, 09 Jun 2018 16:30:22 +0200
parents 9937ae52f167
children 19af3fef3b34
line wrap: on
line diff
--- a/development.ini	Sat Jun 09 16:28:33 2018 +0200
+++ b/development.ini	Sat Jun 09 16:30:22 2018 +0200
@@ -158,7 +158,7 @@
 
 ## default encoding used to convert from and to unicode
 ## can be also a comma separated list of encoding in case of mixed encodings
-default_encoding = utf8
+default_encoding = utf-8
 
 ## Set Mercurial encoding, similar to setting HGENCODING before launching Kallithea
 hgencoding = utf-8