ZaphodBBX / eidlib

Automatically exported from code.google.com/p/eidlib
0 stars 0 forks source link

July becomes Juny #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Changed this in revision 37.

Thanks!

Original comment by berghman...@gmail.com on 17 Nov 2011 at 4:16