method

compose

compose()
public

Performs composition on all the characters.

Example:

  'é'.length #=> 3
  'é'.mb_chars.compose.to_s.length #=> 2