From 4864b07e13e3ef82ba4c5add98a463e20e259863 Mon Sep 17 00:00:00 2001 From: Lance Stout Date: Wed, 19 Jun 2013 00:28:11 -0700 Subject: Explicitly use Unicode 3.2 for StringPrep profiles. See http://labs.spotify.com/2013/06/18/creative-usernames/ --- sleekxmpp/util/stringprep_profiles.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sleekxmpp') diff --git a/sleekxmpp/util/stringprep_profiles.py b/sleekxmpp/util/stringprep_profiles.py index ad89d4cc..54793343 100644 --- a/sleekxmpp/util/stringprep_profiles.py +++ b/sleekxmpp/util/stringprep_profiles.py @@ -18,7 +18,7 @@ from __future__ import unicode_literals import sys import stringprep -import unicodedata +from unicodedata import ucd_3_2_0 as unicodedata from sleekxmpp.util import unicode -- cgit v1.2.3