accented characters in class expression fail
Posted: Mon Aug 24, 2009 9:10 pm
It appears that using any of these characters:
à ü ç å á
within a class expression fails to find the characters. For example, if the entire file is just
Ãüçåá
and the find regular expression is
[Ãüçåá]
the result is nothing found. The other common accented characters which I've tried work as expected. (I haven't tried upper case.) Finding each character individually, non-RE, works.
Is there any known reason for this? Any reason not to submit it as a bug? (I've tried searching the forum, but "accented" only comes up with one unrelated posting, and "class expression" gets too many hits because there's no phrase search AFAIK.)
Edward
à ü ç å á
within a class expression fails to find the characters. For example, if the entire file is just
Ãüçåá
and the find regular expression is
[Ãüçåá]
the result is nothing found. The other common accented characters which I've tried work as expected. (I haven't tried upper case.) Finding each character individually, non-RE, works.
Is there any known reason for this? Any reason not to submit it as a bug? (I've tried searching the forum, but "accented" only comes up with one unrelated posting, and "class expression" gets too many hits because there's no phrase search AFAIK.)
Edward