Unicode in route regular expression

Hi, I'd like to have a route requirement which is something like :city => / [A-Za-z]+/, but it should accept UTF-8 word characters as well? Does anyone know how I could accomplish this?

    Marko