> As far as i know, here's few other lang's status: > > C → No.
I think C has the wchar type to handle larger values. And C++ has std::wstring. So really, the support is there. http://www.cl.cam.ac.uk/~mgk25/unicode.html#c I think the problem is that most C/C++ coders don't care about unicode support and so they stick to char and std::string. -- http://mail.python.org/mailman/listinfo/python-list