Hi Peter,
I am returning XML from my php script so I should use the charset in my XML
header?
The database (which holds the data) should be set to utf8 and the same thing
in the XML header, right?
On 8/28/06, Peter Lauri <[EMAIL PROTECTED]> wrote:
Hi,
Have you set
header('Content-Type: text
:: top posted to be consistant::
I would go as far as configuring your default php.ini to send utf-8 as
the default charset.
Curt.
On 8/28/06, Peter Lauri <[EMAIL PROTECTED]> wrote:
Hi,
Have you set
header('Content-Type: text/html; charset=utf-8');
in your php script that you call via AJAX?
Hi,
Have you set
header('Content-Type: text/html; charset=utf-8');
in your php script that you call via AJAX?
Best regards,
Peter
PS! I assumed you were not sending any variables with the AJAX request? If
so, you would need to do an utf-8 encoding of the variables and then a
base64 encoding
On Mon, 28 Aug 2006 15:57:17 -0400
mbneto <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I have a php based script that is called from a html page via ajax.
> Everything runs fine except when I use characters such as รก that ends up
> like A!
A browser will display text according the the charset specified
4 matches
Mail list logo