Nicolas Goaziou <n.goaz...@gmail.com> writes: > Eric Abrahamsen <e...@ericabrahamsen.net> writes: > >> Nicolas Goaziou <n.goaz...@gmail.com> writes: > >> I'd like to do the same for HTML, but of course the brackets in the >> cookie are escaped by the time this filter kicks in. Would you recommend >> using a different character to delineate the cookie, or match the >> entities (yuck), or...? > > Honestly, I would match the entities. You get a uniform syntax and, > since filters are for your personal use, you don't have to tell anyone > about the ugliness of the implementation.
I'll hold my nose, then. Thanks!