# New Ticket Created by Paul Cochrane # Please include the string: [perl #48128] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=48128 >
In languages/dotnet/pmc/dotnetsignature.pmc:read_compressed() there is the todo item: /* Otherwise, it's a null byte. XXX Need special handling? */ This is when reading in the first byte to decide if it's a single encoded byte. We need to work out here if, in the case that the first byte is null, whether or not special handling is required.