This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: InfoPlist.strings files are UTF-16.
Type: Stage:
Components: macOS Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: jackjansen Nosy List: jackjansen
Priority: low Keywords:

Created on 2003-07-04 11:43 by jackjansen, last changed 2022-04-10 16:09 by admin. This issue is now closed.

Messages (3)
msg16873 - (view) Author: Jack Jansen (jackjansen) * (Python committer) Date: 2003-07-04 11:43
Comment by Edward Moy:

6) Python.framework/Versions/2.3/Resources/English.lproj/
InfoPlist.strings and Python.app/Contents/Resources/
English.lproj/InfoPlist.strings needs to be UTF-16.

This needs to be fixed.
msg16874 - (view) Author: Jack Jansen (jackjansen) * (Python committer) Date: 2003-07-21 21:15
Logged In: YES 
user_id=45365

Fixing this would require setting the filetype to binary in the CVS 
repository, and I think it's unwise to do this just before 2.3 goes 
out, so I'm punting on it.

Note that it will be difficult to fix later too, as the "-kb" flag is per-
file, not per-revision, so setting the binary flag would change 
history. A better solution is probably to create new 
InfoPlist.strings files for 2.4, in a different location. Or do away 
with them altogether, and have them be generated (which will 
also solve the problem that the version numbers here have to be 
updated).
msg16875 - (view) Author: Jack Jansen (jackjansen) * (Python committer) Date: 2004-06-03 21:04
Logged In: YES 
user_id=45365

This was fixed a long time ago (just after the 2.3 release, I think).
History
Date User Action Args
2022-04-10 16:09:43adminsetgithub: 38793
2003-07-04 11:43:41jackjansencreate