[algorithm] non-ascii characters in boyer_moore.hpp

30 Oct
2012
30 Oct
'12
4:02 p.m.
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–Moore_string_search_algorithm Would it be better to URL-encode the dash as "%E2%80%93" rather than relying on `boostinspect:noascii`? Regards, Michel
4609
Age (days ago)
4609
Last active (days ago)
0 comments
1 participants
participants (1)
-
Michel Morin