compose(codepoints)
Compose decomposed characters to the composed form.
# File activesupport/lib/active_support/multibyte/unicode.rb, line 21 def compose(codepoints) codepoints.pack("U*").unicode_normalize(:nfc).codepoints end