Brion Vibber 8eca1b8dac Fix ticket #3057: apply HTML escaping on special characters in Twitter import
Changes the replacement of Twitter "entities" from in-place reverse ordering ('to preserve indices') to a forward-facing append-in-chunks that pulls in both the text and link portions, and escapes them all.
This unfortunately means first *de*-escaping the < and > that Twitter helpfully adds for us.... and any literal &blah;s that get written. This seems to match Twitter's web UI, however horrid it is.
2011-02-21 16:36:39 -08:00
..
2011-02-03 10:46:56 -05:00
2011-02-03 12:04:54 -05:00
2010-09-20 20:40:55 +02:00
2011-02-03 10:51:59 -05:00
2011-02-03 11:28:39 -05:00
2011-02-10 12:04:13 -08:00
2011-02-03 11:30:14 -05:00