18 Commits (da402cfe189b42cabb24b349ae9784f0e2d91a4c)

Author SHA1 Message Date
  Go MAEDA ec0ce00b95 Auto guess file encoding when importing CSV file (#34718). 2 years ago
  Toshi MARUYAMA 5e8af450c8 add empty line after guard clause to lib/redmine/codeset_util.rb 3 years ago
  Toshi MARUYAMA f66cc7db80 code cleanup: rubocop: fix Performance/Casecmp in lib/redmine/codeset_util.rb 4 years ago
  Go MAEDA 72e1451159 Use Regexp#match? to reduce allocations of MatchData object (#28940). 5 years ago
  Go MAEDA 606e75d12d Use #b shortcut instead of #force_encoding (#31059). 5 years ago
  Go MAEDA 1035b577a9 Fix that methods in Redmine::CodesetUtil destroy the original string (#26561). 5 years ago
  Go MAEDA 5861160ffc Add "frozen_string_literal: false" for all files (#26561). 5 years ago
  Toshi MARUYAMA b2c0ea2c3e do not replace all invalid utf8 (#24616) 7 years ago
  Toshi MARUYAMA 281bc5c454 unify duplicate codes (#24616) 7 years ago
  Jean-Philippe Lang 2d1866d966 Merged rails-4.1 branch (#14534). 9 years ago
  Toshi MARUYAMA 58dfbde1ea fix test failures (#12787) 11 years ago
  Jean-Philippe Lang 45f870cb53 Encoding::InvalidByteSequenceError may be raised even if encoding is valid (#12787). 11 years ago
  Jean-Philippe Lang ff53a9cfe1 Don't use Iconv with ruby1.9 (#12787). 11 years ago
  Toshi MARUYAMA 88f8daf8b7 move repositories helper to_utf8 logic to lib/redmine/codeset_util.rb for common use (#2371) 12 years ago
  Toshi MARUYAMA 8433bbab69 move iconv from utf8 logic from pdf to lib/redmine/codeset_util.rb for common use (#8549) 12 years ago
  Toshi MARUYAMA 9a93bd1484 move Changeset#to_utf8 logic to lib/redmine/codeset_util.rb for common use (#3261) 12 years ago
  Toshi MARUYAMA a367732d4d scm: fix JRuby tests fail in unit changeset following test. 13 years ago
  Toshi MARUYAMA a78b12706a add Redmine::CodesetUtil and move replacing invalid utf8 logic to it. 13 years ago