Closed danielgaskell closed 3 weeks ago
A C string like \x1B\x1C\x2D would in fact be outputted as B1 C1 D2, because the order of terms in hexpair() was backwards.
Oops.. that's a feature I don't use clearly. Thanks
A C string like \x1B\x1C\x2D would in fact be outputted as B1 C1 D2, because the order of terms in hexpair() was backwards.