mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Fixed macroman<->latin1 conversion. Some characters don't exist in latin1, but at least the roundtrip gives
the correct macroman characters again.
This commit is contained in:
parent
716cf91839
commit
dfebe90c4c
7 changed files with 25 additions and 25 deletions
|
@ -71,7 +71,7 @@ import sys
|
|||
|
||||
_keepsplashscreenopen = 0
|
||||
|
||||
abouttext1 = """The Python Integrated Development Environment for the Macintosh<EFBFBD>
|
||||
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 . . .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue