What steps will reproduce the problem?
1. take an ID card with birthdate in july
2. read Birthdate...
What is the expected output? What do you see instead?
1 July 1977 becomes 1 Juny 1977
What version of the product are you using? On what operating system?
Problem exists on both Windows and Linux
Please provide any additional information below.
be/belgium/eid/eidcommon/FormattedTLV.java
Lines 165-166:
replacements.put("JUIN", "JUN");
replacements.put("JUIL", "JUN");
Second should probably convert to JUL instead of JUN
the problem may appear at some other places (I didn't check the whole source
tree)
Original issue reported on code.google.com by vapul...@gmail.com on 8 Oct 2010 at 9:49
Original issue reported on code.google.com by
vapul...@gmail.com
on 8 Oct 2010 at 9:49