From 95c9f8f3e13f922baa1200dcbe909da751e27652 Mon Sep 17 00:00:00 2001 From: Stephen J. Turnbull Date: Tue, 23 May 2017 18:25:03 -0700 Subject: Document Unicode usage in Mailman 3 REST API and email addresses. --- src/mailman/rest/docs/basic.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/mailman/rest/docs/basic.rst') diff --git a/src/mailman/rest/docs/basic.rst b/src/mailman/rest/docs/basic.rst index 1f8084ecd..4a67e2788 100644 --- a/src/mailman/rest/docs/basic.rst +++ b/src/mailman/rest/docs/basic.rst @@ -2,6 +2,10 @@ Basic operation ================= +The encoding of URI components addressing a REST endpoint is Unicode +UTF-8. There is :ref:`more information about internationalization in +Mailman`. + In order to do anything with the REST API, you need to know its `Basic AUTH`_ credentials, and the version of the API you wish to speak to. -- cgit v1.2.3-70-g09d2 From 674276a3d0404544bd5da74c8a2f2daa8174af40 Mon Sep 17 00:00:00 2001 From: Stephen J. Turnbull Date: Wed, 24 May 2017 16:14:43 -0700 Subject: Fixup ref spacing. --- src/mailman/rest/docs/basic.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mailman/rest/docs/basic.rst') diff --git a/src/mailman/rest/docs/basic.rst b/src/mailman/rest/docs/basic.rst index 4a67e2788..24b919bb2 100644 --- a/src/mailman/rest/docs/basic.rst +++ b/src/mailman/rest/docs/basic.rst @@ -4,7 +4,7 @@ The encoding of URI components addressing a REST endpoint is Unicode UTF-8. There is :ref:`more information about internationalization in -Mailman`. +Mailman `. In order to do anything with the REST API, you need to know its `Basic AUTH`_ credentials, and the version of the API you wish to speak to. -- cgit v1.2.3-70-g09d2