Hello I need use Cyrillic chars inside of UrlRewriting.config
Does any one know how to do it in correct way ?
If i write Cyrillic chars directly I got error. if I use code like %D1 %82 %D1 %83 it doesn’t work.
Thanks for advise.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you need to use Cyrillic characters in the config file, use the character entity code instead. This way, you won’t need to fiddle around with the encoding of the config file. I don’t know Cyrillic so I’m just going to use a random string of characters for demonstration.
For example, if you want to change the url
~/БДЯ/Л.aspxto~/new-БДЯ/Л.aspx, apply the following:I used the following page to detemine the respective entity codes: http://tlt.its.psu.edu/suggestions/international/bylanguage/cyrillicchart.html