visual studio - Problem in saving aspx file with encoding -


I am developing a web application in Arabic for this, I change the existing pages from English to Arabic and encoding the file I save from

But when I restarted the Visual Studio, all the Arabic characters '?' Change in

What could be

thanks

Any help would be appreciated.

>

This can be the issue of character encoding.

You can try adding it to your header:

& lt; Meta http-equiv = "content-type" content = "text / html; charset = windows-1256" & gt;

Or set your document encoding to 8859-6


Comments

Popular posts from this blog

c# - ListView onScroll event -

PHP - get image from byte array -

Linux Terminal Problem with Non-Canonical Terminal I/O app -