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)
Change History (3)
by , 10 years ago
Attachment: | replace_non_ascii_chars.patch added |
---|
comment:1 by , 10 years ago
comment:2 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Replace a non-ascii character in boyer_moore.hpp