character encoding - Pound sign in html email messes up charset? -


I have an HTML email that draws non-English letters from the database. By setting charsets in the form of UTIF-8 characters are displayed correctly in the email.

However, an anchor link ( & lt; a href = '# here' & gt;; here & lt; / a & gt; ) Which uses the Pound sign when I include this line of code, later the non-English characters in the email are distorted. When I exclude that line - the letters are okay.

Is there any way to avoid this?

Have you tried using the HTML # number?

  & amp; # 35;  

Does that work?


Comments

Popular posts from this blog

c++ - Linux and clipboard -

Visual Studio 2005: How to speed up builds when a VSMDI is open? -

booting ubuntu from usb using virtualbox -