Closed locked closed 10 years ago
use strrev() then unpack('l') instead of unpack('N'), which is for unsigned int
@locked your fix does not work inside a collection (map,set,list) - can you work on this?
Nevermind, took care of it already.
use strrev() then unpack('l') instead of unpack('N'), which is for unsigned int