ORelio b592f8ebbf [Facebook] Convert textual emoticons to ASCII
Currently emoticons are retrived in textual form eg <i><u>smile
emoticon</u></i> which is not really visual... so let's convert them back
as ASCII emoticons eg ':)'. This works using a hardcoded table mapping
emoticon names to their visual representation, and the regular expression
match the two words because eg in french facebook will display
<i><u>émoticône smile</u></i> so we need to test both. Unknown emoticon
descriptions will be left as is.
2015-10-24 20:14:12 +02:00
..
2014-07-23 13:11:55 +02:00
2014-10-19 20:35:22 +02:00
2015-04-27 11:52:30 +02:00
2015-05-06 09:53:21 +02:00
2014-05-30 17:53:48 +02:00
2014-11-18 20:02:04 +01:00
2015-01-30 18:20:19 +01:00
2015-01-20 19:06:51 +01:00
2015-01-20 17:40:30 +01:00
2015-02-02 13:00:15 +01:00
2015-06-04 17:06:14 +02:00
2014-08-02 13:55:49 +02:00
2014-12-05 13:19:20 +01:00
2014-07-14 13:12:52 -05:00
2014-08-02 13:55:49 +02:00
2015-06-04 17:06:14 +02:00
2015-03-21 01:19:44 +01:00
2014-05-30 17:53:48 +02:00
2015-01-30 18:32:06 +01:00
2014-07-24 13:58:38 +02:00
2014-08-02 13:55:49 +02:00
2015-02-02 22:37:18 +01:00
2014-05-31 11:46:54 +02:00
2014-08-27 18:23:43 +02:00
2015-05-05 20:18:12 +02:00
2014-07-23 13:11:55 +02:00
2015-10-22 15:01:16 +02:00
2015-07-30 11:57:26 +02:00
2015-06-04 17:06:14 +02:00
2014-07-08 17:06:49 +02:00
2015-03-02 22:42:54 +01:00
2014-07-23 13:11:55 +02:00
2015-09-05 14:42:57 +02:00
2015-02-07 14:25:38 -05:00