> addcslashes failed to put a slash in front of a single quote. Can anyone > imagine how this could happen? Is it possible it didn't catch a multi-byte > character? Am I back to charset issues?
I would guess: was the single quote something different than the standard single quote, like a very similar symbol but with an ASCII code greater than 127 that wouldn't be caught in the character range you specified for addcslashes() ? Were some inputs coming from some documents edited with word processors where you would have used this kind of characters? Matteo Rinaudo _______________________________________________ New York PHP Community Talk Mailing List http://lists.nyphp.org/mailman/listinfo/talk NYPHPCon 2006 Presentations Online http://www.nyphpcon.com Show Your Participation in New York PHP http://www.nyphp.org/show_participation.php
