based/src/Encoding
Stefan Friese 778f2c6e7a reworked functions to display Unicode correctly 2024-05-20 23:28:14 +02:00
..
Base2.hs structured src/ for Encoding lib and app/ for the Main file and cmdline stuff. Moved some Bases to src/Encoding/ separated by Base per file. Changed the cabal file to match the new structure. 2024-05-19 00:39:34 +02:00
Base8.hs structured src/ for Encoding lib and app/ for the Main file and cmdline stuff. Moved some Bases to src/Encoding/ separated by Base per file. Changed the cabal file to match the new structure. 2024-05-19 00:39:34 +02:00
Base10.hs reworked dec10 and enc10 2024-05-19 13:51:12 +02:00
Base16.hs added test for more functions, solved bugs in accordance to that functions, mainly Unicode support 2024-05-20 22:39:43 +02:00
Base32.hs added test for more functions, solved bugs in accordance to that functions, mainly Unicode support 2024-05-20 22:39:43 +02:00
Base58.hs reworked functions to display Unicode correctly 2024-05-20 23:28:14 +02:00
Base62.hs moved all encodings to their own files under src/Encoding/ and commented the unused imports, will delete them in an upcoming commit 2024-05-19 13:23:39 +02:00
Base64.hs added test for more functions, solved bugs in accordance to that functions, mainly Unicode support 2024-05-20 22:39:43 +02:00
Base85.hs reworked functions to display Unicode correctly 2024-05-20 23:28:14 +02:00
Base91.hs structured src/ for Encoding lib and app/ for the Main file and cmdline stuff. Moved some Bases to src/Encoding/ separated by Base per file. Changed the cabal file to match the new structure. 2024-05-19 00:39:34 +02:00
QuotedPrintable.hs reworked functions to display Unicode correctly 2024-05-20 23:28:14 +02:00
UnixToUnix.hs reworked functions to display Unicode correctly 2024-05-20 23:28:14 +02:00
Url.hs moved all encodings to their own files under src/Encoding/ and commented the unused imports, will delete them in an upcoming commit 2024-05-19 13:23:39 +02:00
Xx.hs reworked functions to display Unicode correctly 2024-05-20 23:28:14 +02:00
Yenc.hs reworked functions to display Unicode correctly 2024-05-20 23:28:14 +02:00