From rabus@bugfixes.info Wed Feb 12 07:06:29 2003 From: Rabus To: developers@phpmyadmin.net Subject: RE: [Phpmyadmin-devel] html entitities in messages Date: Wed, 12 Feb 2003 07:07:05 +0000 Message-ID: <000101c2d2a8$523e0490$0200a8c0@rabus> In-Reply-To: <3E4A5A36.60206@CollegeSherbrooke.qc.ca> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8030828898998490609==" --===============8030828898998490609== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Hi Marc & list, -----Original Message----- From: Marc Delisle > > there are a few html entities like " and  . Please > note that in FAQ 7.2 we discourage the use of those. > > Do we absolutely need the ones that are currently in english-iso? > We do, indeed. According to the XHTML specification, we M-U-S-T use entities for some specific characters: " for " & for & < for < > for > The   entity (nbsp = non-breaking space) avoids line feeds at ist position, so it should only be used for this intention. By the way, FAQ 7.2 says: "With html entities, the text on buttons would not display correctly." This is nonsense because the botton labels are stored in attributes and entities are allowed there. The problem with the entities are the JS messages that are defined inside a