From 31e7c81b025f44f83624e4b5979f4c724a8f4b5f Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Wed, 18 Jul 2007 13:07:15 +0200 Subject: use UTF-8 chars instead of HTML entities darcs-hash:20070718110715-7ad00-5b3ca5a70447306ca92c3a35b9d13dd0cf7afa7a.gz --- conf/entities.conf | 33 ++++++++++++++++++--------------- 1 file 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. -<-> ↔ --> → -<- ← -<=> ⇔ -=> ⇒ -<= ⇐ ->> » -<< « ---- — --- – -(c) © -(tm) ™ -(r) ® -... … +<-> ↔ +-> → +<- ← +<=> ⇔ +=> ⇒ +<= ⇐ +>> » +<< « +--- — +-- – +(c) © +(tm) ™ +(r) ® +... … -- cgit v1.2.3