Hi,
I would like to search in files for anything which is not in the standard UK ascii set. ie anything which is not in the range 'space' (ascii 32) to ~ 'tilde' (ascii 126)
In UNIX I can do a grep as follows:
grep [^\ -\~] <filename>
I tried using the UtraEdit UNIX style regular expressions search, but could not get it to accept [^\ -\~] as a range. Is there any other way I can search for any non standard ascii characters?
Many thanks
Helen
I would like to search in files for anything which is not in the standard UK ascii set. ie anything which is not in the range 'space' (ascii 32) to ~ 'tilde' (ascii 126)
In UNIX I can do a grep as follows:
grep [^\ -\~] <filename>
I tried using the UtraEdit UNIX style regular expressions search, but could not get it to accept [^\ -\~] as a range. Is there any other way I can search for any non standard ascii characters?
Many thanks
Helen