zendframework / zend-router

Standalone routing implementation for HTTP and console requests
BSD 3-Clause "New" or "Revised" License
32 stars 20 forks source link

Unicode support in Segment and Regex routes is missing #43

Open Xerkus opened 6 years ago

Xerkus commented 6 years ago

See zendframework/zendframework#7335

Simply enabling regex unicode mode is not enough. Needs more investigation.

weierophinney commented 4 years ago

This repository has been closed and moved to laminas/laminas-router; a new issue has been opened at https://github.com/laminas/laminas-router/issues/5.