Stefan Friese
|
c3bedaee2f
|
fixed a bug in url encoding, complete test coverage for all encodings now
|
2024-06-10 20:54:23 +02:00 |
Stefan Friese
|
736627ff3d
|
added tests for base10
|
2024-06-09 22:14:50 +02:00 |
Stefan Friese
|
37985bd205
|
refractored Uu encoding, so it is more correct, added tests for Uu encode
|
2024-06-09 20:56:00 +02:00 |
Stefan Friese
|
82aed9340c
|
moved all encodings to bytestring, updated tests accordingly
|
2024-06-09 13:12:23 +02:00 |
Stefan Friese
|
1889691259
|
rewrote test so bytestrings are tested
|
2024-06-08 23:55:11 +02:00 |
Stefan Friese
|
fbb10d0edf
|
Regression atm, Moved from Unicode/Utf8 to ByteString so binary data is encoded correctly. WIP
|
2024-06-07 18:09:20 +02:00 |
Stefan Friese
|
faf12b64f1
|
moved Uu encoding to Text instead of string
|
2024-06-06 18:18:48 +02:00 |
Stefan Friese
|
550f40ce4a
|
added test for quoted printable encoding and decoding
|
2024-06-06 13:13:14 +02:00 |
Stefan Friese
|
15abc2c95b
|
added tests for base91 and base85
|
2024-06-04 21:59:23 +02:00 |
Stefan Friese
|
580792ddf6
|
added base45 tests
|
2024-06-04 17:09:18 +02:00 |
Stefan Friese
|
bdbb3bed3e
|
added test for more functions, solved bugs in accordance to that functions, mainly Unicode support
|
2024-05-20 22:39:43 +02:00 |
Stefan Friese
|
b27ca89424
|
added tests for b32 and b16
|
2024-05-20 14:06:00 +02:00 |
Stefan Friese
|
d44cef3060
|
added tests for b64
|
2024-05-19 15:22:13 +02:00 |