Created attachment 171905 [details] patch Hi Emanuel, I saw you just committed the patch https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206903 However, there is the patch there that disables HAVE_ICONV when NLS=off that breaks the unicode support. I probably missed it in 206903. Please commit this patch, it restores the unicode support in the case of NLS=off, as I just verified. Thanks, Yuri
Test case: PS1=$'\\[\e[0;38;5;202m\\]\u2514\u2023\\[\e[0m\\] '
A commit references this bug: Author: ehaupt Date: Tue Jun 28 11:56:03 UTC 2016 New revision: 417709 URL: https://svnweb.freebsd.org/changeset/ports/417709 Log: Remove stray ICONV patch that breaks unicode support if NLS is disabled. PR: 210654 Submitted by: yuri@rawbw.com Changes: head/shells/bash/Makefile
Committed, thanks!