help-gnat
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

using GNAT.Regexp with non-ASCII characters


From: Artola Zubillaga, Xabier
Subject: using GNAT.Regexp with non-ASCII characters
Date: Fri, 1 Oct 2004 15:42:06 +0200 (Romance Daylight Time)

Hi,

I am using the GNAT.Regexp package to filter a list of strings matching
them against a regular expression containing non-ASCII characters such as
á (a acute), ñ (n tilde), ü (u diaeresis) etc. I get it OK when the
input string doesn't contain any of these characters, but the Match
function returns False otherwise. Any help?

Example: the regexp "[u|ú]ltimo" matches succesfully against "ultimo" but
it doesn't against "último".

Thanks in advance,

Xabier Artola.
Univ. of The Basque Country.








reply via email to

[Prev in Thread] Current Thread [Next in Thread]