Created attachment 2287 [details] build config 1.17.1 regression (1.16.2 works well) - autocompletion(TAB) broken for unicode filenames. Steps to reproduce: 1) Create file/directory with unicode name, for example - Жалко (\0x416\0x430\0x43B\0x43A\0x43E) 2) Try to issue "ls <first letter>" + TAB 3) Instead of correct autocompletion (like in 1.16.2) you will get garbage or even lost command line content
Does http://busybox.net/downloads/fixes-1.17.2/busybox-1.17.2-lineedit.patch fix the problem for you?
Yes, patch fixes problem for me. Thank you!