From a1a83d864c770d0c2271b9251a61426befc86345 Mon Sep 17 00:00:00 2001 From: PyYoshi Date: Wed, 22 Aug 2012 21:48:48 +0900 Subject: [PATCH] add TODO --- src/cchardet/__init__.py | 1 + 1 file changed, 1 insertion(+) 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)