todo
This commit is contained in:
parent
75774f628a
commit
b9f5a14ef9
1 changed files with 1 additions and 0 deletions
|
@ -66,6 +66,7 @@ cdef class Detector:
|
|||
self._detected_charset = ''
|
||||
|
||||
def feed(self, char *msg):
|
||||
# TODO: Support py3k
|
||||
cdef int length
|
||||
cdef int result
|
||||
|
||||
|
|
Loading…
Reference in a new issue