On 20 Mar 2009 at 0:20, Haoyu Bai wrote:

> Yes unicode string can't faster than raw string. However one can use
> the bytes object while regarding to performance.

I took from reading the py3k docs that strings are now always held 
internally as utf-8?

On that assumption I proposed the treating of C++ string literals as 
utf-8 as in there would be no parsing or translation required in the 
usual case.

Cheers,
Niall



_______________________________________________
Cplusplus-sig mailing list
Cplusplus-sig@python.org
http://mail.python.org/mailman/listinfo/cplusplus-sig

Reply via email to