# File lib/active_support/multibyte/handlers/utf8_handler.rb, line 312 def compose(str) compose_codepoints u_unpack(str).pack('U*') end