[issue11696] msilib.make_id() is not safe for non ASCII characters.

2011-03-27 Thread Martin v . Löwis
Martin v. Löwis added the comment: Thanks for the patch. Please submit a contributor form if you haven't done so: http://www.python.org/psf/contrib/contrib-form/ -- ___ Python tracker

[issue11696] msilib.make_id() is not safe for non ASCII characters.

2011-03-27 Thread Roundup Robot
Roundup Robot added the comment: New changeset ec84bd4c5ac4 by Martin v. Löwis in branch '2.7': Closes #11696: Fix ID generation in msilib. http://hg.python.org/cpython/rev/ec84bd4c5ac4 New changeset df66ce66834b by Martin v. Löwis in branch '2.7': Add missing file from #11696. http://hg.python

[issue11696] msilib.make_id() is not safe for non ASCII characters.

2011-03-27 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: +loewis ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python

[issue11696] msilib.make_id() is not safe for non ASCII characters.

2011-03-27 Thread Mark Mc Mahon
New submission from Mark Mc Mahon : msilib.make_id() currently ensure that any of the following characters are not in the resulting ID: " -+~;" Per the Microsoft documentation the following list of characters are allowed. http://msdn.microsoft.com/en-us/library/aa369212(v=vs.85).aspx """The Ide