|
|
|
|
|
by gauravk92
5225 days ago
|
|
Python has native support for unicode strings, not Unicode support in native string types. Sigh, this is where it gets into bs world, because you have to figure out how to convert back and forth appropriately. Just thought I'd share my recent frustration. |
|