-
- Downloads
Add strip_cp437_graphics() and have strip_ctrl() remove DEL chars too
strip_cp437_graphics() is like strip_exascii(), except it'll leave the foreign language characters and math symbols intact (removing just the common "block" and "line-drawing" characters). DEL (0x7F) is a control character too, so have strip_ctrl() remove it.
Please register or sign in to comment