Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug fix: wrong upper case letter check
The previous check did not consider non-letters. The current patch considers only latin letters (A..Z) for the check. The current spec does not allow other upper case Unicode letters anyway. Signed-off-by: Mike Lischke <[email protected]>
- Loading branch information