-
See Ian Stuart's email on ep-tech about this and check how this will affect EPrints:
I don't know if this has surfaced as an issue yet, however Perl has
changed the behaviour of utf8::decode() as of…
-
Subexponential coding: the encoding description point 4 is wrong
for when i == 0. Also offset is ITF8 encoded.
-
Beta coding: modify to use "i" ITF8 instead of I. Similarly offset
in golomb and golomb-rice is documented as I instead of i.
-
Add alignment length (aka "span" in Java code) and number of
landmarks to the compression header block fields. Switch "first record
alignment start" to ITF8 too for consistency with Java
implementatio…
-
Tag encoding map claims the tags are stored using byte[3] fields. The Java code seems to pack these 3 bytes together to form an integer and then stores that as ITF8 encoding. This is a little cryptic,…