Not a big thing, and maybe not even the right place here, but here i go:
The uucode unpack operator (code "u") unpacks multi-line blocks which use the native line-separator charactor (i.e. "\n") completely, but only the first line of the block if the lines are separated by "\r"s.
T'would be nice if both would work the same.