Reference: www.mountaindragon.com/html/iso.htm

I accept that using ; in the regex files may 
cause you some difficulties in the development.
But all languages in the world that uses 
accentuation are forced to use ; because of the way html makes the accentuation

For ASSP to be used worldwide, we must complain 
to these ISO norms, and accept the use of ; at 
least in the way described in the page mentioned in the reference above.
In my particular case, I made an evaluation and 
have fount more than one thousand instances of ; in the regex files.

Thanks for the help. Going to test it right now.

Best Regards,

Hilário
P.S.
These are ALL the accentuation sub-regex I use.
You can copy-paste them into your files to reproduce the issues I have.
# à       : (a|à|À|à |À|=(E|C)0|à)
# á       : (a|á|Á|á|Á|=(E|C)1|á)
# â       : (a|â|Â|â|Â|=(E|C)2|â)
# ã       : (a|ã|Ã|ã|Ã|=(E|C)3|ã)
# ä       : (a|ä|Ä|â|Ä|=(E|C)4|ä)
# é       : (e|é|É|é|É|=(E|C)9|é)
# ê       : (e|ê|Ê|ê|Ê|=(E|C)A|ê)
# í       : (i|í|Í|í|Í|=(E|C)D|í)
# ó       : (o|ó|Ó|ó|Ó|=(F|D)3|ó)
# ô       : (o|ô|Ô|ô|Ô|=(F|D)4|ô)
# õ       : (o|õ|Õ|õ|Õ|=(F|D)5|õ)
# ú       : (u|ú|Ú|ú|Ú|=(F|D)A|ú)
# ü       : (u|ü|Ü|ü|Ü|=(F|D)C|ü)
# ç       : (c|ç|Ç|ç|Ç|=(E|C)7|ç)

At 12:56 2009-09-23, you wrote:
>ASSP development mailing list <[email protected]>
>schreibt:
> >
> >As I leave in a non English speaking country, my
> >spambomb regex have thousands of expressions that include
> >(a|á|Á|á|Ã
>
>
>I tested it. IMHO it is working.
>Again "#" and ";" are used in V1 and V2 for comments, i am forced to
>hold V1 as compatible as possible.
>
>1.5.1.8 (0.0.09) should work also with masked "\;"
>
>
>------------------------------------------------------------------------------
>Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
>is the only developer event you need to attend this year. Jumpstart your
>developing skills, take BlackBerry mobile applications to market and stay
>ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
>http://p.sf.net/sfu/devconf
>_______________________________________________
>Assp-test mailing list
>[email protected]
>https://lists.sourceforge.net/lists/listinfo/assp-test
------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
Assp-test mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/assp-test

Reply via email to