Replace nice-looking UTF-8 ’ with ASCII '
Currently the software on my Inkplate doesn't support UTF-8.
This commit is contained in:
parent
8b2782e00b
commit
74cfa41b83
1 changed files with 3 additions and 3 deletions
|
@ -57,18 +57,18 @@
|
||||||
"Learn from similarities; unlearn from differences."
|
"Learn from similarities; unlearn from differences."
|
||||||
"Explore, invent, and apply in your environment--safely."
|
"Explore, invent, and apply in your environment--safely."
|
||||||
"See without judging and then act."
|
"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."
|
"Groove your mind for success."
|
||||||
"Learn to pay attention."
|
"Learn to pay attention."
|
||||||
"Make thinking time."
|
"Make thinking time."
|
||||||
"Use a wiki to manage information and knowledge."
|
"Use a wiki to manage information and knowledge."
|
||||||
"Establish rules of engagement to manage interruptions."
|
"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."
|
"Choose your own tempo for an email conversation."
|
||||||
"Mask interrupts to maintain focus."
|
"Mask interrupts to maintain focus."
|
||||||
"Use multiple monitors to avoid context switching."
|
"Use multiple monitors to avoid context switching."
|
||||||
"Optimize your personal workflow to maximize context."
|
"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)
|
(define (my-wrap text max-length)
|
||||||
(reverse
|
(reverse
|
||||||
|
|
Loading…
Reference in a new issue