Hi Lorna, On 2011/08/25 22:17, Lorna Priest wrote: > I suppose what I'd like is to be able to identify beginning and ending > codepoints to search for, such as "F130..F32F" or something along that > line.
You could use jEdit to search within a directory for "\p{Co}". This
would match ranges \uE000-\uF8FF only ― not all PUA characters there
are. However, it might be adequate for your job.
Regards,
Robert

