id summary reporter owner description type status milestone component version severity resolution keywords cc 696 replacing IsBasicLatin in extanded syntax nobody nobody "{{{ I'm trying to create an expression that replaces the \p {IsBasicLatin}, that is [\x00-\x7F]. I manage to do it with PERL syntax, but not with 'extended' or 'awk'. It simply doesn't find what I want it to find. The expressions I've tried are: [\\x00-\\x7F] [\\x{00}-\\x{7F}] [[.NUL.]-[.DEL.]] I don't understand the problem, or how I can make it work. Thanks, Moddy. }}}" Support Requests closed None None Works For Me