There are some instances of (“, <, >) replaced with html glyphs in the J 1.6 sample_data.sql.
For example Line 1631 in the sql reads this:
(79, 'Image Gallery', '', '<div class="ja-photo-thumb">rn{japopup type="image" content="images/stories/demo/gallery/gl-1.1.jpg" width="300" height="300" title="Sample image" }<img src="images/stories/demo/gallery/gl-1.jpg" border="0" alt="Sample image" width="70" height="70" />{/japopup} {japopup type="image" content="images/stories/demo/gallery/gl-2.2.jpg" width="300" height="300" title="Sample image" }<img src="images/stories/demo/gallery/gl-2.jpg" border="0" alt="Sample image" width="70" height="70" />{/japopup} {japopup type="image" content="images/stories/demo/sam-5.jpg" width="700" height="700" title="Sample image"}<img src="images/stories/demo/gallery/gl-3.jpg" border="0" alt="Sample image" width="70" height="70" />{/japopup}rn<h2 class="ja-photo-title">Women of the Year Turns 20: A Look Back at the Honorees</h2>rn</div>', 1, 'right', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_custom', 1, 1, '{"prepare_content":"1","layout":"_:default","moduleclass_sfx":" no-padding","cache":"1","cache_time":"900","cachemode":"static"}', 0, '*')
Please notice ” and < in the sql.