Boost logo

Boost :

Subject: [boost] [algorithm] non-ascii characters in boyer_moore.hpp
From: Michel Morin (mimomorin_at_[hidden])
Date: 2012-10-30 12:02:25


Hi Marshall,

`boost/algorithm/searching/boyer_moore.hpp` contains
a non-ascii character ("–", en dash) at line 37:

36: Explanations: boostinspect:noascii (test tool complains)
37: http://en.wikipedia.org/wiki/Boyer%96Moore_string_search_algorithm

Would it be better to URL-encode the dash as "%E2%80%93"
rather than relying on `boostinspect:noascii`?

Regards,
Michel


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk