Replace the quoted printable code with one that respects RFC2045
Add tests about this parsers and encoders, using examples from the
wikipedia page.
Details
Details
- Reviewers
pstef - Commits
- rG83e8c2317846: bintrans: replace the quoted printable encoder/decoder
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
usr.bin/bintrans/Makefile | ||
---|---|---|
7 | Would it be possible to not add a new file and just replace the old code in place? | |
usr.bin/bintrans/qp.c | ||
91 | I recently played with getline() and I'm afraid that it's double-buffered. |
Comment Actions
Address @pstef comments
usr.bin/bintrans/qp.c | ||
---|---|---|
2 |
the license here is MIT, is ISC as a huge part of the code comes from another project of mine, I can make it a standard BSD2 clause if you prefer | |
usr.bin/bintrans/tests/bintrans_test.sh | ||
2 | I can but I don't care, so if people prefer I make it the license one do prefer |