Skip to content

Commit

Permalink
[JENKINS-41244] probe for NFD was incorrect
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenc committed Jan 20, 2017
1 parent 1161c7c commit 4cad012
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -257,7 +257,7 @@ private Normalizer.Form inferNormalizerForm() {
System.out.println("\n\nUsing NFC normalization dataset as underlying filesystem is NFC\n\n");
break;
}
if ("leanbh cu\u0301ig.probe".equals(f.getName())) {
if ("leanbh-cu\u0301ig.probe".equals(f.getName())) {
form = Normalizer.Form.NFD;
System.out.println("\n\nUsing NFD normalization dataset as underlying filesystem is NFD\n\n");
break;
Expand Down

0 comments on commit 4cad012

Please sign in to comment.