based/src/Encoding
Stefan Friese 61313cd558 moved solve function from Main.hs to src/Encoding/Solve.hs 2024-06-11 15:21:23 +02:00
..
Base2.hs moved all encodings to bytestring in- and output 2024-06-09 15:32:39 +02:00
Base8.hs
Base10.hs
Base16.hs
Base32.hs
Base45.hs moved all encodings to bytestring in- and output 2024-06-09 15:32:39 +02:00
Base58.hs
Base62.hs moved all encodings to bytestring, updated tests accordingly 2024-06-09 13:12:23 +02:00
Base64.hs fixed a bug in url encoding, complete test coverage for all encodings now 2024-06-10 20:54:23 +02:00
Base85.hs
Base91.hs
QuotedPrintable.hs
Rotate.hs
Solve.hs moved solve function from Main.hs to src/Encoding/Solve.hs 2024-06-11 15:21:23 +02:00
UnixToUnix.hs refractored Uu encoding, so it is more correct, added tests for Uu encode 2024-06-09 20:56:00 +02:00
Url.hs fixed a bug in url encoding, complete test coverage for all encodings now 2024-06-10 20:54:23 +02:00
Xx.hs fixed a bug in url encoding, complete test coverage for all encodings now 2024-06-10 20:54:23 +02:00
Yenc.hs