HTML encoding issues - “” character showing up instead of “ ”

前端 未结 8 1724
[愿得一人]
[愿得一人] 2020-11-22 10:55

I\'ve got a legacy app just starting to misbehave, for whatever reason I\'m not sure. It generates a bunch of HTML that gets turned into PDF reports by ActivePDF.

T

8条回答
  •  忘掉有多难
    2020-11-22 11:42

    In my case I was getting latin cross sign instead of nbsp, even that a page was correctly encoded into the UTF-8. Nothing of above helped in resolving the issue and I tried all.

    In the end changing font for IE (with browser specific css) helped, I was using Helvetica-Nue as a body font changing to the Arial resolved the issue .

提交回复
热议问题