in reply to eng21337 -- A Pidgin plugin
Interesting post. Regarding your first TODO note, HTML::Entities's decode_entities() function (or, perhaps, the two-element _decode_entities() function) look like a possible solution for you. The decode_entities() function would replace any entity; the two-element _decode_entities() function allows you to specify which entities should be decoded.
HTH.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: eng21337 -- A Pidgin plugin
by Lawliet (Curate) on Jan 25, 2009 at 18:00 UTC | |
by atcroft (Abbot) on Jan 25, 2009 at 18:50 UTC |