You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because categories are used in the URI in /topic/by/category/:cat, when trying to access the category, the generated URI is /topic/by/category/🬃. When accessing the category it show no topics (even if there are ones)
I suggest that we limit the categories name following the URI rfc for simplicity.
The text was updated successfully, but these errors were encountered:
leonard-IMBERT
changed the title
Categories with unicode character in their name malfunctions
Categories with invalid URI character in their name malfunctions
Sep 14, 2022
Right now categories can have in their name unicode characters such as 🬃 (https://unicode-table.com/fr/1FB03/).
Because categories are used in the URI in
/topic/by/category/:cat
, when trying to access the category, the generated URI is /topic/by/category/🬃. When accessing the category it show no topics (even if there are ones)I suggest that we limit the categories name following the URI rfc for simplicity.
The text was updated successfully, but these errors were encountered: