# [EMAIL PROTECTED] / 2007-01-26 14:29:52 +0100:
> I don't think you are able to detect your users character encoding  
> with php only (at least not rock-solid). Just some days ago, there  
> was a discussion about that issue (at least concerning Safari) on the  
> Apple web dev mailing list.
> 
> Have a look at:
> http://lists.apple.com/archives/web-dev/2007/Jan/msg00038.html

That thread is about a different problem.
 
> I could be possible to send some information about character encoding  
> along with the user submitted post data to your php script as well.  

Yeah, it's called the Content-Type entity header, and it's an important
part of HTTP... Have you heard about HTTP?

-- 
How many Vietnam vets does it take to screw in a light bulb?
You don't know, man.  You don't KNOW.
Cause you weren't THERE.             http://bash.org/?255991

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to