Make `str` casing methods multi-byte aware (#186)
In the course of reviewing #116 it came to light that some of the other `str` methods that involve changing case do not handle multi-byte characters correctly. This patch fixes that.
Showing
Please register or sign in to comment