26 Dec
2016
26 Dec
'16
10:57 p.m.
On Mon, Dec 26, 2016 at 10:36 PM, Daniel James
On 26 December 2016 at 18:23, Olaf van der Spek
wrote: Hi,
Got a PHP error in the docs..
http://www.boost.org/doc/libs/master/libs/utility/doc/html/string_ref.html
/home/www/live.boost.org/common/code/boost.php:16: htmlentities(): Invalid multibyte sequence in argument
I'm not seeing it, is that the right link?
Hmm, no.. http://www.boost.org/doc/libs/1_62_0/boost/utility/string_view.hpp
That error normally means there's some invalid UTF-8 somewhere, or perhaps something that isn't UTF-8 being treated as UTF-8.
-- Olaf