diff options
author | Andreas Gohr <andi@splitbrain.org> | 2007-07-18 13:07:15 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2007-07-18 13:07:15 +0200 |
commit | 31e7c81b025f44f83624e4b5979f4c724a8f4b5f (patch) | |
tree | 0ba41d47588794d0abacb1b5ea741734c5bf8502 | |
parent | 235cf363efd81b043d7079bfc2d9a78993df404d (diff) | |
download | rpg-31e7c81b025f44f83624e4b5979f4c724a8f4b5f.tar.gz rpg-31e7c81b025f44f83624e4b5979f4c724a8f4b5f.tar.bz2 |
use UTF-8 chars instead of HTML entities
darcs-hash:20070718110715-7ad00-5b3ca5a70447306ca92c3a35b9d13dd0cf7afa7a.gz
-rw-r--r-- | conf/entities.conf | 33 |
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. -<-> ↔ --> → -<- ← -<=> ⇔ -=> ⇒ -<= ⇐ ->> » -<< « ---- — --- – -(c) © -(tm) ™ -(r) ® -... … +<-> ↔ +-> → +<- ← +<=> ⇔ +=> ⇒ +<= ⇐ +>> » +<< « +--- — +-- – +(c) © +(tm) ™ +(r) ® +... … |