Remove deprecated mb_chars
method (#34039)
This commit is contained in:
parent
43f616a1c8
commit
d90d68bddf
11 changed files with 69 additions and 11 deletions
|
@ -16,7 +16,7 @@ class HashtagNormalizer
|
|||
end
|
||||
|
||||
def lowercase(str)
|
||||
str.mb_chars.downcase.to_s
|
||||
str.downcase.to_s
|
||||
end
|
||||
|
||||
def cjk_width(str)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue