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.

Author kristjan.jonsson
Recipients
Date 2006-09-12.09:38:27
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=1262199

I submitted this mostly as a demonstration.  I don't think
the approach is necessarily suitable for a final
implementation because of the use of utf-8 as an
intermediate representation and the price of the conversions
that keep happening.  But perhaps this is the way to go, if
we consider utf-8 to be a stage-1 default file system
encoding for win32.

I also agree that 4 is probably the most sensible approach.
 What about discrepancies between e.g. linux and windows
then, when including from a non-trivial path?  On linux we
would get utf-8, on windows unicode?

1) would actually make a lot of sense, only in my experience
this tends to lead to a kind of unicode-hell since a program
touched by one unicode object tends to have it percolating
down into every corner.
History
Date User Action Args
2007-08-23 15:54:33adminlinkissue1552880 messages
2007-08-23 15:54:33admincreate