Flowdock
decompose() public

Performs canonical decomposition on all the characters.

Example:

'é'.length                         # => 2
'é'.mb_chars.decompose.to_s.length # => 3
Show source
Register or log in to add new notes.