Last modified: 2011-03-13 18:06:44 UTC
Attached is a patch against CVS HEAD to render —~~~~ on the page instead of --~~~~, this is much more visually appealing and even works on ISO-8859-1. MyFirstPatch;=)
Created attachment 101 [details] The patc against Skin.php
I'm afraid it doesn't work in ISO-8859-1. (If you only tested on current CVS HEAD, be warned that $wgUseLatin1 seems to be broken at the moment.) Really, this is the wrong place to fix this; -- is normally used in source text, and should be transformed to long dash on output. There should be an open bug report for this already; if it didn't get moved from sourceforge feature requests open a new one.