convert webpage content in hebrew

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
jawedshamshedi
Forum Commoner
Posts: 35
Joined: Fri May 16, 2008 1:17 am
Location: India
Contact:

convert webpage content in hebrew

Post by jawedshamshedi »

Hi to all,

I have a problem I want to make a site in hebrew so I changed the table Collation to utf8_unicode_ci and I inserted one dummy record from the table insert option and the data went in hibru. But when i am running a query to fetch the record the webpage is not showing the text in hebrew . For the webpage to show text in hebrew i tried two thing both failed.
1. added this in .htacces file

AddDefaultCharset UTF-8

2. I changed the charset to charset=utf-8" this too did not worked, even changed the charset to
charset=iso-8859-8,windows-1255. all did not worked

Please help.

Thanks in advance

Jawed
User avatar
Technocrat
Forum Contributor
Posts: 127
Joined: Thu Oct 20, 2005 7:01 pm

Re: convert webpage content in hebrew

Post by Technocrat »

In FireFox (maybe IE as well) if you right click on your page and say Page Properties it will show you the charset the page is sending. You might want to verify that page is sending UTF-8
jawedshamshedi
Forum Commoner
Posts: 35
Joined: Fri May 16, 2008 1:17 am
Location: India
Contact:

Re: convert webpage content in hebrew

Post by jawedshamshedi »

it say that it is sending utf-8 buy it showing the text from database in hebrew as ???????????
Post Reply