Jehan

Results 127 comments of Jehan
trafficstars

> and will send you a pull-request when everything is ready and released. Ah awesome. Then you may just close this report if you want. I just wanted to keep...

Hi @cxjwin ! Thanks for the report. As explained on the README, this repository is not the upstream anymore (only kept for historical reasons, I'd say). We are now hosted...

Hello @marinofaggiana, Maybe I can but I have no iOS machine so any help on my side can only be generic. I see a bunch of files under `build-mac/` in...

> The issue is with iOS the detect return : > encodingName __NSCFString * @"ISO-8859-1" 0x00006080006209e0 I don't understand. Where does this come from? Are you saying that comes from...

I am not a Object-C expert (to say the least) but from what I read, it looks like it should work. I can think of 2 things: are you sure...

Could we see the data in bytes mode to make sure that's UTF-8? :-)

Ok looks fine UTF-8. But I just understood the problem. It's not your program. Actually I realize that development code of uchardet returns this data as ISO-8859-1, which is wrong....

Well by default master is the development code. Keep the same code, but checkout the commit for v0.0.6 release: > git checkout v0.0.6 Then you'll have the code used for...

Nice to know that you use uchardet in Nextcloud (only the iOS app?). I have a lot of stuff I'd like to discuss for Nextcloud (not related to character detection)....

Oh there is actually another solution which I am planning to work on at some point: language hints. I want to provide ways to hint a detector towards a list...