compose()
Instance Public methods
Performs composition on all the characters.
'é'.length # => 3 'é'.mb_chars.compose.to_s.length # => 2
Performs composition on all the characters.
'é'.length # => 3 'é'.mb_chars.compose.to_s.length # => 2
Please login to continue.