You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -188,6 +188,13 @@ ASCII <https://tools.ietf.org/html/rfc5891>`__. (You probably should not
188
188
do this at account creation time so you don't change the user's login
189
189
information without telling them.)
190
190
191
+
UCS-4 support required for Python 2.7
192
+
'''''''''''''''''''''''''''''''''''''
193
+
194
+
Note that when using Python 2.7, it is required that it was built with
195
+
UCS-4 support (see `here <https://stackoverflow.com/questions/29109944/python-returns-length-of-2-for-single-unicode-character-string>`__); otherwise emails with unicode characters outside
196
+
of the BMP (Basic Multilingual Plane) will not validate correctly.
0 commit comments