Elia Robyn Lake (Robyn Speer)

Results 62 comments of Elia Robyn Lake (Robyn Speer)

The text is "御用软件(YYRJ)", right? (That's the result of encoding the text as Windows-1250 and decoding as GBK.) This is a similar case to #4, but because GBK is a...

Volapük (a constructed language that predates Esperanto) also seems to be over-detected. ```python >>> pycld2.detect("I'm at Fayetteville Free Library (Fayetteville, NY)") (True, 50, (('VOLAPUK', 'vo', 98, 710.0), ('Unknown', 'un', 0,...

Part of the problem here is that the BytesTrie class should offer a static method for loading. The thought process that I think both jottos and I encountered was: *...

Ah, I understand the problem, and thanks for the quick response. Could you perhaps check in the destructor whether the library handle is gone, and bail out of the destructor...

I'm sure this is all very logical in C, but you're writing a Python package, and the fact that you expect users to do a bit of C-like lifetime management...

I think you're making this more complicated than it needs to be. There is no need for memory management when the program is exiting. The memory is going to be...

I do care about memory management, just not while the process is exiting.

Korean might actually be _easier_ than the other cases, because they only use one legacy encoding, and it's multi-byte, so it should be possible to distinguish from other encodings. Merged...

I've updated #18 to be more specifically about single-byte encodings, which means that this is its own issue again.

The human-readable description on the "Build history" page, such as "2 tests are still failing", would be great to have instead of just "UNSTABLE".