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
Post a Comment