Here's a tough one:
I'm working on a website where most of the content is in Japanese.
But consider this url:
http://www.stackoverflow.com/質問/日本語のURLはどうする
Most URL parsers, including stackoverflow's, don't know where to delimit URLs that contain Japanese. Not good.
I haven't checked with other browsers yet, but Google Chrome will display URL-decoded Japanese urls in Japanese -- and when you copy the url, it URL-encodes it:
That's the right thing to do, but it's not exactly the most friendly. So, I thought, I'd have the content providers just type in short English slugs, like this:
http://www.stackoverflow.com/questions/what-to-do-with-japanese-urls
Awesome. But there's two problems with this:
- Most of the people providing the content speak a modicum of English --- but they speak more Engrish than English. So they're likely to write something like "what-do-to-with-japenese-ulrs".
- Google Japan might not be as interested in the English URL as it might be in the Japanese one.
Any thoughts on the best course of action? :D