|
Posted by Steve Chapel on 03/30/06 06:36
julian_m wrote:
> Ok, but,
> Wouldn't be possible to send directly to the browser latin1charset?
> (just to not to do such a conversions)
>
> I mean
> header('Content-Type: text/xml');
> print '<?xml version="1.0" encoding="LATIN-1" standalone="yes"?>';
>
> Is it valid xml file?
Yes, that's what I would suggest, but I would use iso-8859-1 in place of
LATIN-1.
Navigation:
[Reply to this message]
|