based/src/Encoding
Stefan Friese 6213a4a221 added tap code 2024-07-02 23:03:58 +02:00
..
Base2.hs
Base8.hs
Base10.hs
Base16.hs
Base32.hs
Base45.hs
Base58.hs
Base62.hs
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
LetterToNumber.hs simplified functions, ignore non ascii characters 2024-06-24 23:23:10 +02:00
Morse.hs added bindings for morse code, bug fix 2024-06-27 23:16:56 +02:00
QuotedPrintable.hs
Rotate.hs
Solve.hs fixed some bugs with solve function 2024-06-11 15:40:59 +02:00
Tap.hs added tap code 2024-07-02 23:02:51 +02:00
UnixToUnix.hs
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