diff options
author | Go MAEDA <maeda@farend.jp> | 2021-02-17 12:24:12 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2021-02-17 12:24:12 +0000 |
commit | 5f30d907a725fd5f8899061e92847c0adcc7851f (patch) | |
tree | 109b3f8abfe8664844304a542db2781a8765235e /app | |
parent | 999aab0192932fec78dd177e22e91208a96af56e (diff) | |
download | redmine-5f30d907a725fd5f8899061e92847c0adcc7851f.tar.gz redmine-5f30d907a725fd5f8899061e92847c0adcc7851f.zip |
Remove unsupported encodings ISO-2022-KR and ISCII91 from Setting::ENCODINGS (#34750).
Patch by Go MAEDA.
git-svn-id: http://svn.redmine.org/redmine/trunk@20747 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app')
-rw-r--r-- | app/models/setting.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/models/setting.rb b/app/models/setting.rb index 4c749d938..c599be626 100644 --- a/app/models/setting.rb +++ b/app/models/setting.rb @@ -54,7 +54,6 @@ class Setting < ActiveRecord::Base windows-1258 windows-31j ISO-2022-JP - ISO-2022-KR ISO-8859-1 ISO-8859-2 ISO-8859-3 @@ -76,7 +75,6 @@ class Setting < ActiveRecord::Base CP932 GB18030 GBK - ISCII91 EUC-KR Big5 Big5-HKSCS |