Hi. I'm working on multilingual Asp.NET MVC application. In url i need to use category name. Is there any way how to convert i.e japanese text to its url safe equivalent? Or should i use original text in url(www.example.com/製品/車 = www.example.com/product/car)?
EDIT: I need SEO firenly urls. I know how to strip diacritics and replace spaces(or other special characters) with '-'. But i wonder how to deal with foreign languages like Japanese, Russian etc.