add TODO
This commit is contained in:
parent
e10068abc8
commit
a1a83d864c
1 changed files with 1 additions and 0 deletions
|
@ -13,4 +13,5 @@ def detect(msg):
|
||||||
"confidence": float
|
"confidence": float
|
||||||
}
|
}
|
||||||
"""
|
"""
|
||||||
|
# TODO: Unicode t = u"あいうえお" があった時の対処 "isinstance(t,unicode) == True"
|
||||||
return _cchardet.detect_with_confidence(msg)
|
return _cchardet.detect_with_confidence(msg)
|
||||||
|
|
Loading…
Reference in a new issue