Re: source encoding (was: Some suggestions for documentation)
Brought to you by:
bs_php,
nigelswinson
From: Peter R. <php...@pe...> - 2002-05-23 08:39:12
|
On Wednesday 22 May 2002 12:20 am, Nigel Swinson wrote: > > > > see xml_parser_create > > add parameter to this statement (in, erm, importFromString), and then > there > > would have to be some way of setting it to utf-8 or us-ascii (in case > anyone > > actually uses that). Because you can pass the constructor the filename, > you > > would have to pass this in as a param. Or of course not allow it here, > > but only with importFromString, and have a separate function to set > > before calling that. > > Sounds like you know what you are talking about. Looking forward to seeing > your patch ;o) ok, I will try and get this done (and tested!) next week. What's easiest for you - an actual patch (i.e. snippets of code) for you/whoever to edit in, or a complete new class file? |