Hello people,
I'm using an access database for my website which stores iso-8859-8-i (Hebrew) data.
In order for adsense to show ads on my site I have to convert my pages from iso-8859-8-i to UTF-8.
I'm using ASP as my servers' script language.
Is there a way to convert the database into utf-8?
If not, can I at least convert the data after retrieving it from the database before outputting it to a utf-8 page?
Thanks... I need help