Re: HELP!!!! UNICODE problem - Mailing list pgsql-php

From Dani Mezher
Subject Re: HELP!!!! UNICODE problem
Date
Msg-id 5F017F18-9947-11D8-AD12-000A95C4FBC6@fi.usj.edu.lb
Whole thread Raw
In response to Re: HELP!!!! UNICODE problem  (Dani Mezher <dany.mezher@fi.usj.edu.lb>)
List pgsql-php
Silly me... I forgot that the header in PHP was sent using the "header"
function. When I set the charset to utf-8, it worked perfectly.

Thanks
Dani

On Apr 27, 2004, at 10:54 AM, Dani Mezher wrote:

> I added the following line in the head section of my html
>
>     <DEFANGED_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='MathA533;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
>>
>
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
>    (send "unregister YourEmailAddressHere" to majordomo@postgresql.org)
>


pgsql-php by date:

Previous
From: Ângelo Marcos Rigo
Date:
Subject: Re: Report Generator
Next
From: Joolz
Date:
Subject: MD5 in pg and php