String Ruby

french_string = "il \xc3\xa9tait une fois"   # => "il \303\251tait une fois"
french_string.length                         # => 18