languages with full unicode support

OMouse omouse at gmail.com
Sun Jun 25 23:56:46 EDT 2006


> 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.




More information about the Python-list mailing list