Small library to convert 8bit encoding to 7bit and put it in 128-255 range without losing information
This repository has been archived on 2021-11-20. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Alex D. cc742932a2
PATCH: Fix non-aligned offset miscalculation and use len as left bytes to decode instead of address comparasions
2021-11-14 13:24:09 +00:00
src PATCH: Fix non-aligned offset miscalculation and use len as left bytes to decode instead of address comparasions 2021-11-14 13:24:09 +00:00
COPYING Initial commit 2021-10-31 16:42:31 +00:00
Makefile Add all prereqs to linker flags 2021-11-13 19:49:58 +00:00
config.mk Minimize makefile to only output object files 2021-11-13 17:39:07 +00:00