Skip to content

1.13.1

Compare
Choose a tag to compare
@vyazelenko vyazelenko released this 21 Nov 14:02
· 556 commits to master since this release
  • Fix a bug in AsciiEncoding#digitCount(int) and AsciiEncoding#digitCount(long) methods which resulted in wrong value being returned for 0 input, i.e. both methods now return 1 when zero is the input value. PR #251.