cpython icon indicating copy to clipboard operation
cpython copied to clipboard

gh-76535: Add C API functions for changing case of a single codepoint

Open lysnikolaou opened this issue 1 year ago • 1 comments

Additionally, move iscased and iscaseignorable from the internal API to the public API and add convenience macros. These are needed to handle the capital sigma case.

Closes #76535.

  • Issue: gh-76535

📚 Documentation preview 📚: https://cpython-previews--117117.org.readthedocs.build/

lysnikolaou avatar Mar 21 '24 11:03 lysnikolaou

Please add tests. I see a handful of flaws in the design and the implementation, the tests will expose them.

serhiy-storchaka avatar Mar 21 '24 21:03 serhiy-storchaka

Closing this in favor of #136176.

lysnikolaou avatar Jul 01 '25 13:07 lysnikolaou