Re: echo RAW data from unicode page?
- From: Andy Hassall <andy@xxxxxxxxxxx>
- Date: Thu, 29 Sep 2005 19:43:38 +0100
On 28 Sep 2005 16:42:04 -0700, koteika@xxxxxxxxx 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@xxxxxxxxxxx :: http://www.andyh.co.uk
http://www.andyhsoftware.co.uk/space :: disk and FTP usage analysis tool
.
- References:
- echo RAW data from unicode page?
- From: koteika
- echo RAW data from unicode page?
- Prev by Date: Re: Cannot Change php.ini
- Next by Date: Re: Arrays and Pointers
- Previous by thread: Re: echo RAW data from unicode page?
- Next by thread: Please help wit{h array search technique?
- Index(es):