# File lib/plugins/truncate.rb, line 3
def multibyte_string(text)
  text.unpack('U*')
end