On Friday, February 11, 2011, 10:56:56, Akebono Translation Service wrote:

> P.S. The mail is encoded in utf-8 and the source clearly says y&m, not µ

If the source says something like <a 
href="http://www.example.com/foo?bar=y&m=baz";>
that's illegal HTML, and the result is not surprising. All &
characters in HTML must be written as &amp;. If a bare & appears in
source, different HTML parsers will do different things - some will
remove & and all alphanumeric characters following it, others will
just remove the &, some will leave & as-is and some will try to
interpret the entity even though it's missing the finishing ; (which
is what seems to be happening in your case). None of these behaviours
should be relied on.

-- 
< Jernej Simončič ><><><><>< http://eternallybored.org/ >

Science is Truth. Don't be misled by fact.
       -- Finagle's Creed


________________________________________________
Current version is 4.2.42 | 'Using TBUDL' information:
http://www.silverstones.com/thebat/TBUDLInfo.html

Reply via email to