Dear Sina: I wonder if there is an incompatibility between the IIS servers on your old and new servers. My guess is that your new IIS server is not set to Unicode, so it probably converts everything to ANSI. That's why when you enter the records from your page, they show okay. However, if you look in the Access database, more than likely, you will see that the text is not in Farsi.
I know this because I had a similar problem when I was using Arabic Windows Encoding, so I had to set my CodePage=1256 at on the server side. In your ASP page, are you setting the CodePage=65001? If this works, you'll probably need to re-enter the new records that you have recently entered. I hope this works for you. Regards, Saeed Nadjariun h> Send FarsiWeb mailing list submissions to > [EMAIL PROTECTED] > > To subscribe or unsubscribe via the World Wide Web, visit > http://lists.sharif.edu/mailman/listinfo/farsiweb > or, via email, send a message with subject or body 'help' to > [EMAIL PROTECTED] > > You can reach the person managing the list at > [EMAIL PROTECTED] > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of FarsiWeb digest..." > > > Today's Topics: > > 1. Database Unicode Problem (Sina Ahmadian) > > --__--__-- > > Message: 1 > From: "Sina Ahmadian" <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Date: Wed, 24 Apr 2002 12:37:15 +0000 > Subject: [farsiweb] Database Unicode Problem > > Hi, > > I have a problem using Access DB and ASP for storing farsi data in unicode. > I have an Access database on a server for some months and it was working > without any problem. But now after moving my pages to a new web server, the > characters are not shown correctly. Also I should say that I don't have any > problem with the records added after moving the database to this server and > this problem is only for old records. > How can I solve this problem? > > for more info, please visit these 2 URLs: > Old server: http://www.irankonkour.com/cm/ > New server: http://www.parsclick.com/cm/ > > Regards, > Sina Ahmadian > > > _________________________________________________________________ > MSN Photos is the easiest way to share and print your photos: > http://photos.msn.com/support/worldwide.aspx > > > > --__--__-- > > _______________________________________________ > FarsiWeb mailing list > [EMAIL PROTECTED] > http://lists.sharif.edu/mailman/listinfo/farsiweb > > > End of FarsiWeb Digest _______________________________________________ FarsiWeb mailing list [EMAIL PROTECTED] http://lists.sharif.edu/mailman/listinfo/farsiweb
