I need to use the method Character.getNumericValue(character) for Iban 
account nr validation (the modulo calculation part: 
LINKE<http://en.wikipedia.org/wiki/ISO_13616#Modulo_operation_on_IBAN>
)

However this method isn't supported by GWT. What is my (best) alterantive?

Details:
The method for modulo calculation can also be find in the Apache commons: 
LINKE<http://commons.apache.org/proper/commons-validator/apidocs/src-html/org/apache/commons/validator/routines/checkdigit/IBANCheckDigit.html>,
 
method calculateModulus()

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to