François Pietka
François Pietka
It may be related to Windows, as I am using it on OSX with Japanese Kanji without any issue. I'll check later on linux.
@tkschmidt any chance you still have time to do your PR? or can we cherry-pick your work?
👍 same here
I'm on OSX. As for the filename I don't remember catching it. I can try to reproduce.
Corresponding `i`, `j`, `char` and `color` from where it fail: ``` 27 124 华 0 ```
ok, so way to reproduce: ``` mkdir /tmp/ohmu_test && cd /tmp/ohmu_test touch 华 ohmu ```
Fail with `touch é` too, so it seems related to wide character. That's all I got for now.
Ok, found that it fails only with python 3, not with python 2