From 74cfa41b83a18469ed470fa47a208f74abedc0b6 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Thu, 7 Dec 2023 14:21:30 -0800 Subject: Replace nice-looking UTF-8 ’ with ASCII ' Currently the software on my Inkplate doesn't support UTF-8. --- inkplate-display | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/inkplate-display b/inkplate-display index 8105d3c..8d7f54f 100755 --- a/inkplate-display +++ b/inkplate-display @@ -57,18 +57,18 @@ "Learn from similarities; unlearn from differences." "Explore, invent, and apply in your environment--safely." "See without judging and then act." - "Give yourself permission to fail; it’s the path to success." + "Give yourself permission to fail; it's the path to success." "Groove your mind for success." "Learn to pay attention." "Make thinking time." "Use a wiki to manage information and knowledge." "Establish rules of engagement to manage interruptions." - "Send less email, and you’ll receive less email." + "Send less email, and you'll receive less email." "Choose your own tempo for an email conversation." "Mask interrupts to maintain focus." "Use multiple monitors to avoid context switching." "Optimize your personal workflow to maximize context." - "Grab the wheel. You can’t steer on autopilot.")) + "Grab the wheel. You can't steer on autopilot.")) (define (my-wrap text max-length) (reverse -- cgit v1.2.3-54-g00ecf