Given a fixed length field where padding='0' and type='int', a field '000' is
parsed as '' and should be parsed as '0'.
If the field type extends from Number and the padding character is a digit, a
fully padded field should return the padding character.
If the field type is Character, a fully padded field should return the padding
character.
Original issue reported on code.google.com by kevin.s...@gmail.com on 29 Jan 2011 at 9:34
Original issue reported on code.google.com by
kevin.s...@gmail.com
on 29 Jan 2011 at 9:34