asp.net - How to fix encoding issue without rewriting the text again? -


i face following problem :

i have .aspx page when copy gridview page ,i encounter following problem :

i have arabic words :

رقم اذن الإضافة 

it has turned :

رقم اذن الإضافة 

my master page meta data :

 <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"> 

how fix problem

all arabic data have turned strange characters , numbers!! in design time

,however in run time every thing goes okay .

but when try edit , take lot of time detect right control ! how fix problem without rewriting these arabic characters again ?

you need use utf-8 or windows-1256 encoding show properly, see example what character encoding should use web page containing arabic text? utf-8 okay?


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -