--- ./src/net/sourceforge/plantuml/graphic/DateEventUtils.java.orig 2013-11-07 14:46:19.046926326 +0100 +++ ./src/net/sourceforge/plantuml/graphic/DateEventUtils.java 2013-11-07 14:46:29.669925555 +0100 @@ -63,7 +63,7 @@ public class DateEventUtils { final List asList = Arrays.asList("June 29th, 1975", "\"It was the first time in history that anyone had typed", "a character on a keyboard and seen it show up on their", - "own computer’s screen right in front of them.\"", "\t\t\t\t\t\t\t\t\t\tSteve Wozniak"); + "own computer's screen right in front of them.\"", "\t\t\t\t\t\t\t\t\t\tSteve Wozniak"); return TextBlockUtils.mergeTB(textBlock, getComment(asList, color), HorizontalAlignment.LEFT); }