From 5f30d907a725fd5f8899061e92847c0adcc7851f Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Wed, 17 Feb 2021 12:24:12 +0000 Subject: [PATCH] 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 --- app/models/setting.rb | 2 -- 1 file changed, 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 -- 2.39.5