Get an array of UTF8 charsfrom a string.
50 51 52
# File 'lib/utf8_utils.rb', line 50 def to_utf8_chars UTF8Utils::Chars.new self end