It could be saved correctly but arabic relies not only on utf-16, it also reads surrogate pairs, ie it takes two 16 bits to display one arabic letter. Somewhere along the way when you copied the copy lost the surrogate pairs. when you copied them into aspx was the page set to arabic language?
--- In [email protected], "Usman Ghani" <[EMAIL PROTECTED]> wrote: > I have a webserver on which I am hosting some websites with developed in > ASPX. Most of the fils are in Arabic, and so the aspex pages are saved as " > save as unicode 1200" and arabic is displayed well. Problem, the server > crashed, I moved websites to a news by copying their web directories and > then created sites etc in IIS. All is cool except that files display ????? > instead of arabic? Pls tell me what to do? DO I need to open each project > and save their files again uising unicode or what? Pls help. > > Thanks. > > Usman Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/AspNetAnyQuestionIsOk/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
