summaryrefslogtreecommitdiffstats
path: root/lib/redmine/codeset_util.rb
Commit message (Expand)AuthorAgeFilesLines
* Auto guess file encoding when importing CSV file (#34718).Go MAEDA2022-01-071-0/+18
* add empty line after guard clause to lib/redmine/codeset_util.rbToshi MARUYAMA2020-09-171-0/+6
* code cleanup: rubocop: fix Performance/Casecmp in lib/redmine/codeset_util.rbToshi MARUYAMA2019-09-211-2/+2
* Use Regexp#match? to reduce allocations of MatchData object (#28940).Go MAEDA2019-03-271-1/+1
* Use #b shortcut instead of #force_encoding (#31059).Go MAEDA2019-03-201-4/+2
* Fix that methods in Redmine::CodesetUtil destroy the original string (#26561).Go MAEDA2019-03-161-5/+11
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+1
* do not replace all invalid utf8 (#24616)Toshi MARUYAMA2017-01-281-1/+1
* unify duplicate codes (#24616)Toshi MARUYAMA2017-01-281-5/+1
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-118/+29
* fix test failures (#12787)Toshi MARUYAMA2013-01-131-3/+4
* Encoding::InvalidByteSequenceError may be raised even if encoding is valid (#...Jean-Philippe Lang2013-01-121-1/+3
* Don't use Iconv with ruby1.9 (#12787).Jean-Philippe Lang2013-01-121-5/+14
* move repositories helper to_utf8 logic to lib/redmine/codeset_util.rb for com...Toshi MARUYAMA2011-11-171-0/+34
* move iconv from utf8 logic from pdf to lib/redmine/codeset_util.rb for common...Toshi MARUYAMA2011-11-161-0/+33
* move Changeset#to_utf8 logic to lib/redmine/codeset_util.rb for common use (#...Toshi MARUYAMA2011-11-141-0/+44
* scm: fix JRuby tests fail in unit changeset following test.Toshi MARUYAMA2011-06-091-0/+7
* add Redmine::CodesetUtil and move replacing invalid utf8 logic to it.Toshi MARUYAMA2011-04-161-0/+31