Skip to content

Commit c047269

Browse files
mmeisingerJoshData
authored andcommitted
Add note to README.rst that UCS-4 support is required for Py2.7 (#20)
1 parent 46df1b9 commit c047269

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,13 @@ ASCII <https://tools.ietf.org/html/rfc5891>`__. (You probably should not
188188
do this at account creation time so you don't change the user's login
189189
information without telling them.)
190190

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.
197+
191198
Normalization
192199
-------------
193200

0 commit comments

Comments
 (0)