# File lib/active_support/multibyte/handlers/utf8_handler.rb, line 307
      def decompose(str)
        decompose_codepoints(:canonical, u_unpack(str)).pack('U*')
      end