I am working on FormCheck
http://mootools.floor.ch/docs/formcheck/files/formcheck-js.html
and just fund out that it has issues with other characters except a-z for example :филми
you can try it on their demo under alpha
http://mootools.floor.ch/en/demos/formcheck/
now I am making a multilingual form that works fine but my verification fails when somone starts typing with special chars.
long story short , this is
alpha regex
alpha: /^[a-z ._-]+$/i
how can I modify it to include any alpha chars?