<div dir="ltr">Hi, I'm starting using password-store on Mac OS X.<br><br>But Japanese characters is not available when execute "pass list" and "pass search".<br>For example, error has occured below.<br><br>% pass list<br>Password Store<br>├── Adobe<br>├── Airbnb<br>sed: RE error: illegal byte sequence<div><br></div><div><div>% ls ~/.password-store/ドトール.gpg</div><div>/Users/jiro/.password-store/ドトール.gpg</div></div><div><div>% pass search ドトール</div><div>Search Terms: ドトール</div></div><div>%</div><div><br></div><div><div>First error of pass list is because of non printable character is not treated by tree command.<br></div></div><div><div>So, added "-N" option of tree command.</div><div><br></div><div>Second error of pass search is because of utf-8 NFD file name. Mac OS treat file name character encoding is utf-8 NFD.</div><div>So, converted input argument from UTF-8 to UTF-8-MAC.</div><div><br></div></div><div>I attach the patch file.<br></div><div><div>Please take it.</div></div><div><br></div><div>Regards.</div></div>