# HG changeset patch # User Oleksandr Gavenko # Date 1499467035 -10800 # Node ID 340482715bb0257158c8ad9242ba0546e269da88 # Parent fb18fade83f0866e3e89e5833403a25a9f219648 LEFT/RIGHT FLOOR symbols aren't present in Windows default fonts, replaced with LEFT/RIGHT BLACK LENTICULAR BRACKET. diff -r fb18fade83f0 -r 340482715bb0 py/gadict_srs_anki.py --- 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" ⌊") + buf.append(u" 【") buf.append(u", ".join(sense.topic_list)) - buf.append(u"⌉") + buf.append(u"】") if sense.ant_list and len(sense.ant_list) > 0: have_ref = True buf.append(" ant: ")