The Source for Java Technology Collaboration
User: Password:
Register | Login help    

Search

Online Books:
java.net on MarkMail:


How to use quotes in comments to blogs

Posted by pelegri on March 7, 2005 at 11:15 AM PST

The Software that does previews for blog comments will break your comment if you use a single quote. The solution is to instead use the alternate representations for that character, like:

   The single quote or apostrophe (')  	apos  	'
   The double quote (") 	quot 	"

This means that to say "It's cumbersome", you would actually type

   It's cumbersome
or
  It's cumbersome
Comments
Comments are listed in date ascending order (oldest first)