summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--conf/entities.conf33
1 files changed, 18 insertions, 15 deletions
diff --git a/conf/entities.conf b/conf/entities.conf
index b19569aa6..be9ed6d40 100644
--- a/conf/entities.conf
+++ b/conf/entities.conf
@@ -1,19 +1,22 @@
-# Typography to HTML entities
+# Typography replacements
#
# Order does matter!
+#
+# You can use HTML entities here, but it is not recomended because it may break
+# non-HTML renderers. Use UTF-8 chars directly instead.
-<-> &harr;
--> &rarr;
-<- &larr;
-<=> &hArr;
-=> &rArr;
-<= &lArr;
->> &raquo;
-<< &laquo;
---- &mdash;
--- &ndash;
-(c) &copy;
-(tm) &trade;
-(r) &reg;
-... &hellip;
+<-> ↔
+-> →
+<- ←
+<=> ⇔
+=> ⇒
+<= ⇐
+>> »
+<< «
+--- —
+-- –
+(c) ©
+(tm) ™
+(r) ®
+... …