Quote:
Originally Posted by any ANONYMOUS forum user
Are we sure they that they've only changed to new way of generating PIDs? I ran a brute force trying to figure out the PID for a book to see if this was the case and it found no match.
The brute force was assuming this format: [A-Z0-9]{7}\*
(Starting with AAAAAAA* and ending with 0000000*)
|
May be you should try something like
[A-Z0-9]{7}$[A-Z0-9]{2}
Or did you calculate the checksums by your software?