GitHub user elevenfive opened a pull request:
https://github.com/apache/commons-validator/pull/8
Update commons digester
- 1.8.1 -> 2.1
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/elevenfive/commons-validator digester_update
Hi Simo,
I'm not sure I understood how BitSets would be used in this case. For example,
an example with chars might look like this.
AlphabetConverter ac = new AlphabetConverter(['a','b','c','d'],
['a','e','f','g'],['a']) // 'a' is not encoded
and the mapping would become a -> a, b -> e, c -> f,