Re: echo RAW data from unicode page?
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.php archive

Re: echo RAW data from unicode page?

From: Andy Hassall <andy@andyh.co.uk>
Date: Thu Sep 29 2005 - 20:43:38 CEST

On 28 Sep 2005 16:42:04 -0700, koteika@gmail.com wrote:

>How can I print raw data (string) from a UTF-8 .php file?

 OK, first things first - what do you define as a "UTF-8 .php file"?

>Simple
>
>echo $var
>
>ouputs unicode string to browser (with unicode prefix bytes), but if I
>want to ouput BLOB data (jpeg file)?

 You just output it. PHP knows very little about character encodings in the
first place; when you print, it always prints raw bytes. How they're
interpreted by the client depends on the Content-type header sent to the
browser.

-- 
Andy Hassall :: andy@andyh.co.uk :: http://www.andyh.co.uk
http://www.andyhsoftware.co.uk/space :: disk and FTP usage analysis tool
Received on Mon Oct 24 02:10:12 2005