.. |
Base2.hs
|
moved all encodings to bytestring in- and output
|
2024-06-09 15:32:39 +02:00 |
Base8.hs
|
changed octal encoding to bytestring instead of string
|
2024-06-08 21:38:01 +02:00 |
Base10.hs
|
Regression atm, Moved from Unicode/Utf8 to ByteString so binary data is encoded correctly. WIP
|
2024-06-07 18:09:20 +02:00 |
Base16.hs
|
Regression atm, Moved from Unicode/Utf8 to ByteString so binary data is encoded correctly. WIP
|
2024-06-07 18:09:20 +02:00 |
Base32.hs
|
Regression atm, Moved from Unicode/Utf8 to ByteString so binary data is encoded correctly. WIP
|
2024-06-07 18:09:20 +02:00 |
Base45.hs
|
moved all encodings to bytestring in- and output
|
2024-06-09 15:32:39 +02:00 |
Base58.hs
|
Regression atm, Moved from Unicode/Utf8 to ByteString so binary data is encoded correctly. WIP
|
2024-06-07 18:09:20 +02:00 |
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
|
Regression atm, Moved from Unicode/Utf8 to ByteString so binary data is encoded correctly. WIP
|
2024-06-07 18:09:20 +02:00 |
Base91.hs
|
Regression atm, Moved from Unicode/Utf8 to ByteString so binary data is encoded correctly. WIP
|
2024-06-07 18:09:20 +02:00 |
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
|
Regression atm, Moved from Unicode/Utf8 to ByteString so binary data is encoded correctly. WIP
|
2024-06-07 18:09:20 +02:00 |
Rotate.hs
|
changed rotate to match ByteStrings instead of Strings
|
2024-06-08 20:26:16 +02:00 |
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
|
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
|
Regression atm, Moved from Unicode/Utf8 to ByteString so binary data is encoded correctly. WIP
|
2024-06-07 18:09:20 +02:00 |