loftytech / sparkle

Sparkle is a light weight open source php MVC framework for building web applications. It is very fast and has a low learning curve.
MIT License
22 stars 0 forks source link

Support non-ASCII characters route #20

Open stevenking888 opened 3 months ago

stevenking888 commented 3 months ago

I found that sparkle framework is not support non-ASCII characters so I modifed it to support this feature.

Chnage code in /core/Route.php

From original code to

`private static function validateRoute($route, $type, array | callable ...$functions) { /*

loftytech commented 3 months ago

Kindly make a pr to the beta branch