String Ruby

french = "\xc3\xa7a va"
french.scan(/./u) { |c| puts c }