String Ruby

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