# encoding: US-ASCII
str = "hello \xFC"
str =~ /hello \u{fc}/
