T. Joseph Carter 79719bb5e0 Change how case folding is done
The old way involved a lot more sequence duplication.  Now just turn the
bytes object into a mutable bytearray, iterate through the mask and
change what we need, then change it back.
2017-06-22 04:37:34 -07:00
2017-06-22 04:37:34 -07:00
Description
Rewriting cppo one piece at a time
153 KiB
Languages
Python 100%