diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-10-07 15:21:40 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-10-07 15:21:40 +0000 |
commit | cdb2781b48f2a3ee2ba7d04574671ee195f7006f (patch) | |
tree | 9d60371f46307ae53380f96b7e591b948b0bb367 /config | |
parent | bb724e75c0a9ffc7f97b59ef474d96f221f90fd0 (diff) | |
download | redmine-cdb2781b48f2a3ee2ba7d04574671ee195f7006f.tar.gz redmine-cdb2781b48f2a3ee2ba7d04574671ee195f7006f.zip |
Default encodings for repository files can now be set in application settings (Admin -> Settings -> Repositories encodings).
These encodings are used to convert files content and diff to UTF-8 so that they're properly displayed.
Multiple values are allowed (comma separated).
git-svn-id: http://redmine.rubyforge.org/svn/trunk@814 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config')
-rw-r--r-- | config/settings.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/settings.yml b/config/settings.yml index bac50e3d5..b5ed26a1f 100644 --- a/config/settings.yml +++ b/config/settings.yml @@ -88,4 +88,8 @@ issue_list_default_columns: - subject - assigned_to - updated_on +# encodings used to convert repository files content to UTF-8 +# multiple values accepted, comma separated +repositories_encodings: + default: ''
\ No newline at end of file |