-
…verse+Hex decoding (issue #106)
-
…sing the VBA project code page. (work in progress)
-
…ns non-ascii chararcters
-
setup: create MANIFEST so source-tarball includes tests
-
When creating source tarball via "python setup.py sdist" or "python setup.py bdist_rpm", then include test code and data so can still run unittests. This does not affect the rpms. Tried first to achieve this effect (test[-data] included in source but not in rpm) using options in setup.py but failed.