summaryrefslogtreecommitdiff
path: root/conf/entities.conf
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2007-07-18 13:07:15 +0200
committerAndreas Gohr <andi@splitbrain.org>2007-07-18 13:07:15 +0200
commit31e7c81b025f44f83624e4b5979f4c724a8f4b5f (patch)
tree0ba41d47588794d0abacb1b5ea741734c5bf8502 /conf/entities.conf
parent235cf363efd81b043d7079bfc2d9a78993df404d (diff)
downloadrpg-31e7c81b025f44f83624e4b5979f4c724a8f4b5f.tar.gz
rpg-31e7c81b025f44f83624e4b5979f4c724a8f4b5f.tar.bz2
use UTF-8 chars instead of HTML entities
darcs-hash:20070718110715-7ad00-5b3ca5a70447306ca92c3a35b9d13dd0cf7afa7a.gz
Diffstat (limited to 'conf/entities.conf')
-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) ®
+... …