Program to encode and decode text files wit dictionary transorm.
To encode: fxd e input output dictionary
To decode: fxd d input output dictionary
This program contains changed parts from fallowing open source programs: paq8hp12->textfilter.hpp
Transform is not tested. Only upto 2G input.
Without a dictionary only capital letter and escape transforms are made. There are times where this can be useful.