Is it possible to change the pattern [binding.go#L247](https://github.com/go-macaron/binding/blob/master/binding.go#L247) to **"[^\d\p{L}-_\.]"** ? (also L246) I want to use Unicode names for repositories in gogs.
Is it possible to change the pattern binding.go#L247 to "[^\d\p{L}-_\.]" ? (also L246)
I want to use Unicode names for repositories in gogs.