Interpreting Unicode scripts

Keith MacDonald nospam at parasites.com
Sun Feb 5 09:05:26 EST 2006


Hello,

I am considering embedding Python in a C++ application, which works 
internally in UTF-16.  The only API I can find for running scripts is 
PyRun_SimpleString(const char*).  Does that mean that Python is unable to 
execute scripts containing characters from more than one code page?

Thanks,
Keith MacDonald 





More information about the Python-list mailing list