From e6ca94686d6bc1dcce1c008da006a2193d73c803 Mon Sep 17 00:00:00 2001 From: Sam Whited Date: Sun, 20 Mar 2016 11:07:15 -0500 Subject: [PATCH] Fix ref to RFC 3629 in XEP-0348 --- xep-0348.xml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/xep-0348.xml b/xep-0348.xml index 4d663884..43306bc4 100644 --- a/xep-0348.xml +++ b/xep-0348.xml @@ -200,11 +200,7 @@ Unicode Standard Annex #15, Unicode Normalization Forms Unicode Standard Annex #15, Unicode Normalization Forms <http://unicode.org/reports/tr15/#Norm_Forms>. - and then encoded as UTF-8 octets before percent-encoding them per - RFC 3629 - - RFC 3629: UTF-8, a transformation format of ISO 10646 <http://www.ietf.org/rfc/rfc3629.txt>. - . + and then encoded as UTF-8 octets before percent-encoding them per &rfc3629;.

Unreserved characters are alphanumeric characters (a-z, A-Z, 0-9), hyphen ('-'), period ('.'), underscore ('_') and tilde ('~').