How to pass Chinese information in routing parameters? I tried to operate, but did not find a matching route #2413
-
SummaryI created a route as explained in . When requesting a route, passing Chinese will not be executed, while passing English will be normal. What should I do? axum version0.7.2 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Thats most likely a bug in matchit which is the routing library axum uses internally. |
Beta Was this translation helpful? Give feedback.
-
the route works fine. I do not think axum or matchit has issue. you should check you code. and next time, please DO format you code before you asking someone. |
Beta Was this translation helpful? Give feedback.
Thats most likely a bug in matchit which is the routing library axum uses internally.