On Thu, Jan 20, 2011 at 4:41 AM, Martin Zibricky <[email protected]>wrote:
> Daniel Hyams píše v St 19. 01. 2011 v 21:50 -0500: > > So now the question: has addressing this been thought about > > I only thought about update the python code with manipulating > environment variables as you could see in my comments there. > > > and is there something I can do to help? I can take a stab at > > common/launch.c, although I don't feel that comfortable with unicode > > issues in general. > > Maybe I can feel more comfortable with unicode issues but I don't feel > comfortable with C/C++ programming. > > Do you want to cooperate with me on this issue? > Sure, I'll give it a whirl. The worst that can happen is that I end up with a nonworking mess that gets thrown away :) I'm reasonably proficient in C/C++, but do not have any unicode experience at all, so that's the part that makes me very uncomfortable. I'm also a neophyte inside the pyinstaller source, having only hacked into it a couple of times to fix specific problems. We could do the following: > - create a branch for this issue > - you: take care of the bootloader C code > - me: do the other things with python code necessary for proper unicode > handling > - I could also do: compiling the bootloader for x86/amd64, testing your > changes. Sounds great, let's do it! -- Daniel Hyams [email protected] -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pyinstaller?hl=en.
