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