http://www.perlmonks.org?node_id=1005564


in reply to How to remove other language character from a string

Why not simply use s/[^a-zA-Z ]//gr ?