cyrillic characters using `useParams`
Answered
piscopancer posted this in #help-forum
2 Replies
I know slugs are not supposed to be cyrillic, but do I have to convert this weird string back to cyrillic afterall?
alright, there is a global function
decodeURI(str)
for thisAnswer