Raw codepoint test backend. Tweaks to constructor arguments. Try to handle the case...
[python-collate.git] / collate / uca / __init__.py
index 228a24c..7ddf731 100644 (file)
@@ -30,7 +30,7 @@ class Trie(object):
 
 class Collator(collate._abcollator.Collator):
 
-    def __init__(self, locale_code, strict=False):
+    def __init__(self, locale_code, encoding=None):
 
         self.__table = Trie()
         self.locale = locale_code