Update index.md
This commit is contained in:
parent
495eaa8bae
commit
698807026d
1 changed files with 1 additions and 1 deletions
2
index.md
2
index.md
|
@ -351,7 +351,7 @@ Here is a step-by-step example to illustrate the different scenarios. All claims
|
||||||
|
|
||||||
<!-- done -->
|
<!-- done -->
|
||||||
|
|
||||||
Names in the claimtrie are normalized to avoid confusion due to Unicode equivalence or casing. All names are normalized using the NFD normalization form, then lowercased using the en_US locale.
|
Names in the claimtrie are normalized to avoid confusion due to Unicode equivalence or casing. All names are converted using [Unicode Normalization Form D](http://unicode.org/reports/tr15/#Norm_Forms) (NFD), then lowercased using the en_US locale when possible.
|
||||||
|
|
||||||
### URLs
|
### URLs
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue