Rewriting cppo one piece at a time
Go to file
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
doc Add linewrap to editorconfig, doc for custom types 2017-06-21 22:47:20 -07:00
.editorconfig Add linewrap to editorconfig, doc for custom types 2017-06-21 22:47:20 -07:00
cppo Change how case folding is done 2017-06-22 04:37:34 -07:00