| From: | Dani Mezher <dany(dot)mezher(at)fi(dot)usj(dot)edu(dot)lb> |
|---|---|
| To: | pgsql-php(at)postgresql(dot)org |
| Subject: | Re: HELP!!!! UNICODE problem |
| Date: | 2004-04-27 17:54:06 |
| Message-ID: | E0D17E30-9873-11D8-94B8-000A95C4FBC6@fi.usj.edu.lb |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-php |
I added the following line in the head section of my html
<meta http-equiv="Content-Type" content="text/html; charset=utf-8>
but it still doesn't work. Actually, when I type arabic letters the
query executes but I get question marks instead of arabic text. French
characters
generate the error.
I installed a previous web server on my Mac OSX and it works with
french/arabic/english without any kind of specification of the document
encoding.
Regards
Dani
On Apr 26, 2004, at 7:44 PM, Christopher Kings-Lynne wrote:
>
>> ==============
>> update classe set code='MATE',description='Math�matiques
>> El�mentaires',cycle
>> ='SEC',classesuperieure=NULL,info=NULL where code='MATE'
>> ==============
>
> That's happening because you have not correctly specified the page
> encoding in the HTML page. So, Internet Explorer converts the entities
> badly...
>
> Chris
>
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/docs/faqs/FAQ.html
>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Kent L. Nasveschuk | 2004-04-27 18:10:25 | Re: [SQL] Postgres as backend to Backup System |
| Previous Message | Kent L. Nasveschuk | 2004-04-27 08:39:42 | Postgres as backend to Backup System |