Opened 10 years ago
Closed 10 years ago
#8046 closed Bugs (fixed)
Non-ascii char in boost/msm/back/state_machine.hpp
Reported by: | Michel Morin | Owned by: | Christophe Henry |
---|---|---|---|
Milestone: | Boost 1.54.0 | Component: | msm |
Version: | Boost Development Trunk | Severity: | Cosmetic |
Keywords: | documentation | Cc: |
Description
boost/msm/back/state_machine.hpp
(line 1974) contains
a non-ascii character (the "section sign" character in UTF-8).
Change History (3)
comment:1 by , 10 years ago
Keywords: | documentation added |
---|
comment:2 by , 10 years ago
Status: | new → assigned |
---|
comment:3 by , 10 years ago
Milestone: | To Be Determined → Boost 1.54.0 |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
fixed in Trunk. Should be 1.54.
Note:
See TracTickets
for help on using tickets.
Please excuse me for this tagging on to your bug (if you thing it should be a separate issue).
Also ‘boost_1_53_0/libs/msm/index.html’ claims to be ‘us-ascii’
(contains
<meta … charset=us-ascii …>
) when, in fact, it is ‘ISO Latin 1’ (or similar).Please use UTF-8 [always & everywhere ;-) ].
Also, it’s a bit more that ‘cosmetic’ as it causes problems when searching across the Boost distribution.