diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2001-05-17 12:35:13 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2001-05-17 12:35:13 (GMT) |
commit | dfebe90c4c04a7a36e4542907118ddce97085868 (patch) | |
tree | 98f4b888c92d32b011a336ed914d381853585cac /Mac/Tools/IDE/Splash.py | |
parent | 716cf918390f86c69fb1525e13273570521da759 (diff) | |
download | cpython-dfebe90c4c04a7a36e4542907118ddce97085868.zip cpython-dfebe90c4c04a7a36e4542907118ddce97085868.tar.gz cpython-dfebe90c4c04a7a36e4542907118ddce97085868.tar.bz2 |
Fixed macroman<->latin1 conversion. Some characters don't exist in latin1, but at least the roundtrip gives
the correct macroman characters again.
Diffstat (limited to 'Mac/Tools/IDE/Splash.py')
-rw-r--r-- | Mac/Tools/IDE/Splash.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Mac/Tools/IDE/Splash.py b/Mac/Tools/IDE/Splash.py index 862d82e..07a51e4 100644 --- a/Mac/Tools/IDE/Splash.py +++ b/Mac/Tools/IDE/Splash.py @@ -71,7 +71,7 @@ import sys _keepsplashscreenopen = 0 -abouttext1 = """The Python Integrated Development Environment for the Macintosh +abouttext1 = """The Python Integrated Development Environment for the Macintosh Version: %s Copyright 1997-2000 Just van Rossum, Letterror. <just@letterror.com> Python %s @@ -79,11 +79,11 @@ Python %s See: <http://www.python.org/> for information and documentation.""" flauwekul = [ 'Goodday, Bruce.', - 'What¹s new?', + 'WhatÕs new?', 'Nudge, nudge, say no more!', - 'No, no sir, it¹s not dead. It¹s resting.', + 'No, no sir, itÕs not dead. ItÕs resting.', 'Albatros!', - 'It¹s . . .', + 'ItÕs . . .', 'Is your name not Bruce, then?', """But Mr F.G. Superman has a secret identity . . . when trouble strikes at any time . . . |