IronPython and Unicode
Because IronPython strings are .NET strings, they are already Unicode strings. This means that string handling can be slightly different than with CPython. Generally things are better (less places where implicit decodes happen), but as always there are pitfalls. This entry notes a couple of the differences:
IronPython and Unicode
IronPython and Unicode
Comments
Post a Comment