Take a look at array_walk(), array_walk_recursive(), array_map() in the PHP manual. On Mon, Mar 24, 2008 at 2:04 PM, tedd <tedd.sperling@xxxxxxxxx> wrote: > At 10:23 AM -0700 3/24/08, VamVan wrote: > >Well anyways please let me handle the problems with decoding.mail.com> > wrote: > > > At 10:00 AM -0700 3/24/08, VamVan wrote: > >> >I cannot do that. because Simple xml element retrieves everything in > >> >UTF8. I need to decode it to latin1 for comparison with another > array. > >> > >> Unless there is something here that I don't understand, there is no > >> decoding UTF-8 to Latin1 > >> > >> Latin1 is a subset of UTF-8 -- what you find (characters) in Latin 1 > >> is the same as in UTF-8. > >> > >> If you have a code point (character) that lies outside of the range > >> of Latin 1, then there is no solution. > >> > >> Cheers, > >> > > > tedd > > I'm not stopping you. > > When you figure out how to decode UTF-8 to Latin, I would like to see it. > > Cheers, > > tedd > > -- > ------- > http://sperling.com http://ancientstones.com http://earthstones.com > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > >