[GitHub] commons-validator pull request #8: Update commons digester

2016-09-07 Thread elevenfive
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

Re: [LANG] Add alphabet conversion API

2016-09-07 Thread Eyal Allweil
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,