Removed encoding monkey patch
This commit is contained in:
parent
52f6df7255
commit
b7558a2063
6 changed files with 46 additions and 45 deletions
|
@ -129,4 +129,8 @@ module ApplicationHelper
|
|||
"ui_mars"
|
||||
end
|
||||
end
|
||||
|
||||
def string_to_utf8 str
|
||||
Gitlabhq::Encode.utf8 str
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue