LEFT/RIGHT FLOOR symbols aren't present in Windows default fonts, replaced
with LEFT/RIGHT BLACK LENTICULAR BRACKET.
--- a/py/gadict_srs_anki.py Sat Jul 08 01:22:43 2017 +0300
+++ b/py/gadict_srs_anki.py Sat Jul 08 01:37:15 2017 +0300
@@ -391,9 +391,9 @@
have_ref = False
if sense.topic_list and len(sense.topic_list) > 0:
have_ref = True
- buf.append(u" <span class='topic'>⌊")
+ buf.append(u" <span class='topic'>【")
buf.append(u", ".join(sense.topic_list))
- buf.append(u"⌉</span>")
+ buf.append(u"】</span>")
if sense.ant_list and len(sense.ant_list) > 0:
have_ref = True
buf.append(" <span class='ant'>ant: ")