Skip to content
Advertisement

Arabic Text Shows Encoded

I have a problem that file encoding was windows-1256 and it shows strange text when using ie11 and arabic text, so i changed the file encoding to utf-8 and it works fine but i need to convert back the already inserted text.

am using sql server and vb.net

this is a sample text (طھط¬ط±ط¨ط©) to be changed.

Advertisement

Answer

Did you try this

Encoding.GetEncoding(Int32)

For your Reference, Please See This Article.

https://docs.microsoft.com/en-us/dotnet/api/system.text.encoding.getencoding?view=netframework-4.7.2

User contributions licensed under: CC BY-SA
2 People found this is helpful
Advertisement