if i have a markup like so
<span>500$pound;</span>
prince will render this like (when it generates pdf)
500£;
but if there's anyting between the currency entity name and the closing span tag then prince will not leave the ; when it renders the currency entity to symbols
<span>500$pound;</span>
prince will render this like (when it generates pdf)
500£;
but if there's anyting between the currency entity name and the closing span tag then prince will not leave the ; when it renders the currency entity to symbols