<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2873" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=133555511-16062006><FONT face=Arial 
size=2>Greetings!</FONT></SPAN></DIV>
<DIV><SPAN class=133555511-16062006><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=133555511-16062006><FONT face=Arial size=2>Although python has 
had full unicode support for filenames for a long time on selected platforms 
(e.g. Windows), there is one glaring deficiency:&nbsp; It cannot import from 
paths containing unicode.&nbsp; I´ve tried creating folders with chinese 
characters and adding them to path, to no avail.</FONT></SPAN></DIV>
<DIV><SPAN class=133555511-16062006><FONT face=Arial size=2>The standard install 
path in chinese distributions can be with a non-ANSI path, and installing an 
embedded python application there will break it.&nbsp; At the moment this is 
hindering the installation of EVE on Chinese internet-cafés.</FONT></SPAN></DIV>
<DIV><SPAN class=133555511-16062006></SPAN>&nbsp;</DIV>
<DIV><SPAN class=133555511-16062006><FONT face=Arial size=2>A cursory glance at 
import.c shows that the import mechanism is fairly complicated, and riddled with 
"char *path" thingies, and manual string arithmetic.&nbsp; Do you have any 
suggestions on a clean way to unicodify the import 
mechanism?</FONT></SPAN></DIV>
<DIV><SPAN class=133555511-16062006><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=133555511-16062006><FONT face=Arial size=2>A completely 
parallel implementation on the sys.path[i] level?</FONT></SPAN></DIV>
<DIV><SPAN class=133555511-16062006><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=133555511-16062006><FONT face=Arial size=2>Are there other 
platforms beside Windows that would profit from this?</FONT></SPAN></DIV>
<DIV><SPAN class=133555511-16062006><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=133555511-16062006><FONT face=Arial 
size=2>Cheers,</FONT></SPAN></DIV>
<DIV><SPAN class=133555511-16062006><FONT face=Arial 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=133555511-16062006><FONT face=Arial 
size=2>Kristján</FONT></SPAN></DIV></BODY></HTML>