My ASP pages include Arabic text data that come from MS Access XP that insert via ASP forms. When I pull the data it looked like garbage (non-readable) in the site, however, I can right click and encode it to "Arabic Windows" and it will display correctly.
I think the problem has to do with Unicode-UTF8, but not sure how to fix it in my pages. I wish someone have an idea how to display the text correctly?
everything working OK, store and retrieve. now I am trying to do link to send email from the page. the email address and the subject are dynamically build from the database. something like:
I fix it before I get your article, however, this is the correct way. here is the tag:
<meta http-equiv=Content-Type content="text/html; charset=windows-1256">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
you desrve the full credit :)