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® 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-12, 2009. Register now! >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® 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-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ Assp-test mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/assp-test
