PPRuNe Forums - View Single Post - What's with the ampersand?
View Single Post
Old 11th February 2002 | 12:04
  #3 (permalink)  
Evo7
 
Joined: Apr 2001
Posts: 871
Likes: 0
From: Chichester, UK
Post

The "gibberish starting with an ampersand", &#___, is just the way that HTML encodes Unicode (i.e. extended character set) characters. It is appearing because you are trying to send E-mail containing non-HTML characters as HTML, so the converter is converting them to Unicode.

HTML2.0 only includes a limited character set. &# 8217 (split up so that this BB doesn't try to reconvert it!), for example, is the Unicode symbol for a "Right Single Quotation Mark". This is not a displayable character in ISO 8859-1 Latin 1, and is not part of any HTML standard - it will be displayed differently in browsers on different platforms.
Evo7 is offline