Opened 10 years ago

Closed 10 years ago

#7781 closed Bugs (fixed)

Non-ascii characters in boyer_moore.hpp

Reported by: Michel Morin Owned by: Marshall Clow
Milestone: To Be Determined Component: algorithm
Version: Boost Development Trunk Severity: Problem
Keywords: Cc:

Description

boyer_moore.hpp contains a non-ascii character ("–", en dash) to link to a Wikipedia article. But, IMHO, that cannot be enough reason to use a non-ascii character, since it is easily avoided by URL encoding.

Patch attached.

Attachments (1)

replace_non_ascii_chars.patch (719 bytes ) - added by Michel Morin 10 years ago.
Replace a non-ascii character in boyer_moore.hpp

Download all attachments as: .zip

Change History (3)

by Michel Morin, 10 years ago

Replace a non-ascii character in boyer_moore.hpp

comment:1 by Marshall Clow, 10 years ago

(In [81824]) Encoded URL to remove non-ascii char from source; Refs #7781

comment:2 by Marshall Clow, 10 years ago

Resolution: fixed
Status: newclosed

(In [81825]) Merge URL fix for boyer-moore; Fixes #7781

Note: See TracTickets for help on using tickets.