ref: 2acb46f6b58156ee3380a6203070ef2096db4b84
parent: e46e8a3023661880333a2781cbd4611d436da405
author: yenatch <[email protected]>
date: Wed May 1 19:18:38 EDT 2013
downward triangle character 0xee
--- a/extras/chars.py
+++ b/extras/chars.py
@@ -99,6 +99,7 @@
0xEA: "é",
0xEB: "→",
0xED: "▶",
+ 0xEE: "▼",
0xEF: "♂",
0xF0: "¥",
0xF1: "×",
--- a/preprocessor.py
+++ b/preprocessor.py
@@ -287,6 +287,7 @@
"é": 0xEA,
"→": 0xEB,
"▶": 0xED,
+"▼": 0xEE,
"♂": 0xEF,
"¥": 0xF0,
"×": 0xF1,