From 37a7f2108e766cd89e84ac6c8285036de413e496 Mon Sep 17 00:00:00 2001 From: Kegsay Date: Mon, 22 Dec 2014 14:48:28 +0000 Subject: [PATCH] Update human-id-rules.rst Mention case canonicalisation on registration. --- drafts/human-id-rules.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drafts/human-id-rules.rst b/drafts/human-id-rules.rst index fd20ea81..3fc58520 100644 --- a/drafts/human-id-rules.rst +++ b/drafts/human-id-rules.rst @@ -138,5 +138,6 @@ capitalisation rules in the CLDR dataset: http://cldr.unicode.org/ This check SHOULD be applied when the user ID is created, in order to prevent registration with the same name and different capitalisations, e.g. -``@foo:bar`` vs ``@Foo:bar`` vs ``@FOO:bar``. +``@foo:bar`` vs ``@Foo:bar`` vs ``@FOO:bar``. Home servers MAY canonicalise +the user ID to be completely lower-case if desired.