commit 30c2e1d687f1db07f5dacdc4922e62b56ff69fe3
Author: Juergen Spitzmueller <[email protected]>
Date: Thu Feb 13 15:23:15 2014 +0100
Support (black) card suites in text mode (#8971)
diff --git a/lib/unicodesymbols b/lib/unicodesymbols
index fe4d4e9..7c89685 100644
--- a/lib/unicodesymbols
+++ b/lib/unicodesymbols
@@ -1993,13 +1993,13 @@
0x2651 "\\capricornus" "wasysym" "" "\\capricornus" "wasysym" #
CAPRICORNUS
0x2652 "\\aquarius" "wasysym" "" "\\aquarius" "wasysym" #
AQUARIUS
0x2653 "\\pisces" "wasysym" "" "\\pisces" "wasysym" # PISCES
-0x2660 "" "" "" "\\spadesuit" # BLACK SPADE SUIT
+0x2660 "\\ding{171}" "pifont" "" "\\spadesuit" # BLACK SPADE SUIT
0x2661 "" "" "" "\\heartsuit" # WHITE HEART SUIT
0x2662 "" "" "" "\\diamondsuit" # WHITE DIAMOND SUIT
-0x2663 "" "" "" "\\clubsuit" # BLACK CLUB SUIT
+0x2663 "\\ding{168}" "pifont" "" "\\clubsuit" # BLACK CLUB SUIT
#0x2664 "" "" "" "\\varspadesuit" "txfonts|pxfonts" #
WHITE SPADE SUIT
-#0x2665 "" "" "" "\\varheartsuit" "txfonts|pxfonts" #
BLACK HEART SUIT
-#0x2666 "" "" "" "\\vardiamondsuit" "txfonts|pxfonts"
# BLACK DIAMOND SUIT
+0x2665 "\\ding{170}" "pifont" "" "" "" # BLACK HEART SUIT
+0x2666 "\\ding{169}" "pifont" "" "" "" # BLACK DIAMOND SUIT
#0x2667 "" "" "" "\\varclubsuit" "txfonts|pxfonts" #
WHITE CLUB SUIT
0x2669 "\\quarternote" "wasysym" "" "\\quarternote" "wasysym" #
QUARTER NOTE
0x266a "\\textmusicalnote" "textcomp" "" # EIGHTH NOTE
diff --git a/status.20x b/status.20x
index 40a85b4..c36ecea 100644
--- a/status.20x
+++ b/status.20x
@@ -59,6 +59,8 @@ What's new
- Correct language code of traditional Chinese (bug 8970).
+- Support (black) card suites in text mode (bug 8971).
+
* USER INTERFACE