Date: Sun, 24 Mar 2019 05:36:54 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 236397] www/newsboat: Bad display from an atom source Message-ID: <bug-236397-7788-dbcbrV59bO@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-236397-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-236397-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D236397 --- Comment #3 from moebius444@hotmail.com --- Created attachment 203095 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D203095&action= =3Dedit Proposition for utils::clean_nonprintable_characters() I found that the remplacement char \uFFFD does not display correctly. In utils::clean_nonprintable_characters(), I force \u00A0 (NO-BREAK SPACE) remplacement by \u0020. In stfl, and via iconv, wstr2str utils::clean_nonprintable_curiously replac= es space with \u00A0 (for example before ':'), which does not suit my case. Best regards. ---------------------- Olivier --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-236397-7788-dbcbrV59bO>