diff --git a/src/cchardet/__init__.py b/src/cchardet/__init__.py index 7e694cf..4f561f2 100644 --- a/src/cchardet/__init__.py +++ b/src/cchardet/__init__.py @@ -13,4 +13,5 @@ def detect(msg): "confidence": float } """ + # TODO: Unicode t = u"あいうえお" があった時の対処 "isinstance(t,unicode) == True" return _cchardet.detect_with_confidence(msg)