This commit is contained in:
PyYoshi 2016-10-17 13:51:34 +09:00
parent 75774f628a
commit b9f5a14ef9

View file

@ -66,6 +66,7 @@ cdef class Detector:
self._detected_charset = ''
def feed(self, char *msg):
# TODO: Support py3k
cdef int length
cdef int result