method

compose

rails latest stable - Class: ActiveSupport::Multibyte::Chars
compose()
public

Performs composition on all the characters.

'é'.length                       # => 1
'é'.mb_chars.compose.to_s.length # => 1