blob: 044f5b847472e601271135f731ec1bd8800a5323 [file] [log] [blame]
Lev Walkin725883b2006-10-09 12:07:58 +00001Mode of operation:
2
3 Each of the *.in files is XER-decoded, then converted into PER,
4 then decoded back from PER, then encoded into XER again,
5 and finally compared to the original encoding.
6
7Naming conventions:
8
9*-B.in - The file is intentionally broken
10*-P.in - Is not PER compatible, PER encoding must fail.
11*-E.in - CXER reconstruction should yield byte-wise identical data.
12
13Otherwise, a reconstructed buffer should loosely match the original.