←back to thread

71 points zobweyt | 2 comments | | HN request time: 0.503s | source
1. fake-name ◴[] No.43553878[source]
> A feature complete Python text case conversion library

Considering it supports unicode input, I somehow doubt that. Given that there's no mention of unicode normalization it'll likely break some strings.

replies(1): >>43554002 #
2. zobweyt ◴[] No.43554002[source]
That's a great observation! Instead of seeing it as a limitation, it can be treated as a feature. Users can handle Unicode normalization using Python's built-in unicodedata module to ensure proper case conversion. Thanks for pointing that out!