Explicitly use Unicode 3.2 for StringPrep profiles.
See http://labs.spotify.com/2013/06/18/creative-usernames/
This commit is contained in:
parent
13c919773e
commit
4864b07e13
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ from __future__ import unicode_literals
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
import stringprep
|
import stringprep
|
||||||
import unicodedata
|
from unicodedata import ucd_3_2_0 as unicodedata
|
||||||
|
|
||||||
from sleekxmpp.util import unicode
|
from sleekxmpp.util import unicode
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue