Tested each sample.
This commit is contained in:
parent
e394956cde
commit
52ac60af81
27 changed files with 789 additions and 163 deletions
5
gem/ex4.lua
Normal file
5
gem/ex4.lua
Normal file
|
@ -0,0 +1,5 @@
|
|||
local qp = filter.chain(normalize(CRLF), encode("quoted-printable"),
|
||||
wrap("quoted-printable"))
|
||||
local input = source.chain(source.file(io.stdin), qp)
|
||||
local output = sink.file(io.stdout)
|
||||
pump.all(input, output)
|
Loading…
Add table
Add a link
Reference in a new issue