homebeaver commented on PR #271: URL: https://github.com/apache/commons-validator/pull/271#issuecomment-2403005985
> Is it really necessary to have a separate class for each country? Also DE has a test class but no main class @sebbASF Yes. Each of the 28 countries use a different algoritm to calculate/validate the check digit. Germany and Croatia use a standard **ISO/IEC 7064, MOD 11,10**. So the tests are against Modulus11TenCheckDigit Italy uses LUHN. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
