How to convert a unicode string to upper/lower/title case using Python's C API avoiding functions deprecated in Python 3.3?

前端 未结 0 1626
说谎
说谎 2021-01-25 04:55

As described in

https://docs.python.org/3/c-api/unicode.html#unicode-character-properties,

Py_UNICODE_TOUPPER and friends are deprecated since Python 3.3, when PEP

相关标签:
回答
  • 消灭零回复
提交回复
热议问题