index
:
redmine.git
0.6-stable
0.7-stable
0.8-stable
0.9-stable
1.0-stable
1.1-stable
1.2-stable
1.3-stable
1.4-stable
2.0-stable
2.1-stable
2.2-stable
2.3-stable
2.4-stable
2.5-stable
2.6-stable
3.0-stable
3.1-stable
3.2-stable
3.3-stable
3.4-stable
4.0-stable
4.1-stable
4.2-stable
5.0-stable
5.1-stable
6.0-stable
integration-to-svn-stable-1.0
integration-to-svn-trunk
master
nbc
plugin-hooks
swistak
work
Mirror of redmine code source: https://github.com/redmine/redmine
www-data
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
redmine
/
codeset_util.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Auto guess file encoding when importing CSV file (#34718).
Go MAEDA
2022-01-07
1
-0
/
+18
*
add empty line after guard clause to lib/redmine/codeset_util.rb
Toshi MARUYAMA
2020-09-17
1
-0
/
+6
*
code cleanup: rubocop: fix Performance/Casecmp in lib/redmine/codeset_util.rb
Toshi MARUYAMA
2019-09-21
1
-2
/
+2
*
Use Regexp#match? to reduce allocations of MatchData object (#28940).
Go MAEDA
2019-03-27
1
-1
/
+1
*
Use #b shortcut instead of #force_encoding (#31059).
Go MAEDA
2019-03-20
1
-4
/
+2
*
Fix that methods in Redmine::CodesetUtil destroy the original string (#26561).
Go MAEDA
2019-03-16
1
-5
/
+11
*
Add "frozen_string_literal: false" for all files (#26561).
Go MAEDA
2019-03-15
1
-0
/
+1
*
do not replace all invalid utf8 (#24616)
Toshi MARUYAMA
2017-01-28
1
-1
/
+1
*
unify duplicate codes (#24616)
Toshi MARUYAMA
2017-01-28
1
-5
/
+1
*
Merged rails-4.1 branch (#14534).
Jean-Philippe Lang
2014-10-22
1
-118
/
+29
*
fix test failures (#12787)
Toshi MARUYAMA
2013-01-13
1
-3
/
+4
*
Encoding::InvalidByteSequenceError may be raised even if encoding is valid (#...
Jean-Philippe Lang
2013-01-12
1
-1
/
+3
*
Don't use Iconv with ruby1.9 (#12787).
Jean-Philippe Lang
2013-01-12
1
-5
/
+14
*
move repositories helper to_utf8 logic to lib/redmine/codeset_util.rb for com...
Toshi MARUYAMA
2011-11-17
1
-0
/
+34
*
move iconv from utf8 logic from pdf to lib/redmine/codeset_util.rb for common...
Toshi MARUYAMA
2011-11-16
1
-0
/
+33
*
move Changeset#to_utf8 logic to lib/redmine/codeset_util.rb for common use (#...
Toshi MARUYAMA
2011-11-14
1
-0
/
+44
*
scm: fix JRuby tests fail in unit changeset following test.
Toshi MARUYAMA
2011-06-09
1
-0
/
+7
*
add Redmine::CodesetUtil and move replacing invalid utf8 logic to it.
Toshi MARUYAMA
2011-04-16
1
-0
/
+31