Skip to content
Snippets Groups Projects
Commit 74af52ee authored by pabois's avatar pabois
Browse files

revert cleaner

parent 7257ff63
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@ module Importers
def self.remove_control_chars(string)
# Control chars & LSEP are invisible or hard to detect
string = string.delete("", "
", "
", "’")
string = string.delete("", "
", "
", "’")
string = string.gsub /\u2028/, ''
string
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment