From: Mike N. <mh...@us...> - 2003-01-16 17:43:48
|
On Thu, 2003-01-16 at 09:03, Matthew McNaney wrote: > Please take a look at the recent commit and look at parseOutput and > parseInput. > > Let me know if that is what you are refering to. Matt, I should look at the code instead of trying to interpret your post. Sorry. I think you accounted for Unicode hex entities with the following regex. $text = preg_replace("/&([^#])/", "&\\1", $text); http://res1.stddev.appstate.edu/horde/chora/co.php/phpws_core/core/Text.php?r=1.43 -- Mike Noyes <mhnoyes @ users.sourceforge.net> http://sourceforge.net/users/mhnoyes/ http://leaf-project.org/ http://sitedocs.sf.net/ http://ffl.sf.net/ |