[ python-Bugs-765888 ] InfoPlist.strings files are UTF-16.

SourceForge.net noreply at sourceforge.net
Thu Jun 3 17:04:49 EDT 2004


Bugs item #765888, was opened at 2003-07-04 13:43
Message generated for change (Comment added) made by jackjansen
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=765888&group_id=5470

Category: Macintosh
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 3
Submitted By: Jack Jansen (jackjansen)
Assigned to: Jack Jansen (jackjansen)
Summary: InfoPlist.strings files are UTF-16.

Initial Comment:
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.

----------------------------------------------------------------------

>Comment By: Jack Jansen (jackjansen)
Date: 2004-06-03 23:04

Message:
Logged In: YES 
user_id=45365

This was fixed a long time ago (just after the 2.3 release, I think).

----------------------------------------------------------------------

Comment By: Jack Jansen (jackjansen)
Date: 2003-07-21 23:15

Message:
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).

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=765888&group_id=5470



More information about the Python-bugs-list mailing list