For example: "Your Welcome" => "your-welcome"
But when Asian languages are involved, the system explodes.
For example: "这是一个例子。" => "这是一个例子。"
The website does not understand this and takes it to the error page. Call it "Zhè shì yīgè lìzi." If I could print it like this maybe it would work, but I searched and couldn't.
I tried with URLEncode/decode, still didn't work.
Maybe you know. If there are Asian entrepreneurs among us or people who have worked in that field, can it help?
Thank you.
So your website will need to decode the percent-encoded utf-8 bytes into Unicode characters.
(On phone, simplifying a bit. I encourage you to read the relevant RFC.)