diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-08-26 12:13:15 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-08-26 12:13:15 +0000 |
commit | 0cf15476a35bfada850efc07eb78bc2bb041a8e6 (patch) | |
tree | 25578db32dae52331c66b604e5ff774ef15e8b64 /config/settings.yml | |
parent | 09eba46ec1a699f2429b4ebddaa3aedfa6c57118 (diff) | |
download | redmine-0cf15476a35bfada850efc07eb78bc2bb041a8e6.tar.gz redmine-0cf15476a35bfada850efc07eb78bc2bb041a8e6.zip |
Adds support for commit logs reencoding to UTF-8 before insertion in the database (#834, #917, #1663).
Source encoding of commit logs can be selected in Application settings -> Repositories.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1767 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/settings.yml')
-rw-r--r-- | config/settings.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/settings.yml b/config/settings.yml index 9a59d5686..ac79edb8d 100644 --- a/config/settings.yml +++ b/config/settings.yml @@ -122,6 +122,9 @@ default_projects_public: # multiple values accepted, comma separated repositories_encodings: default: '' +# encoding used to convert commit logs to UTF-8 +commit_logs_encoding: + default: 'UTF-8' ui_theme: default: '' emails_footer: |