Simpler Textile-Hack für deutsche Anführungszeichen


$glyph_replace = array('$1‹$2', // single closing
'›', // single opening
'$1«', // double closing
'»', // double opening
'$1 …', // ellipsis
'<acronym title="$2">$1</acronym>', // 3+ uppercase acronym
'&nbsp;&#8212; ', // em dash
'&nbsp;&#8211; ', // en dash
'$1&#215;$2', // dimension sign
'&#8482;', // trademark
'&#174;', // registered
'&#169;'); // copyright