Opened 15 years ago
Closed 14 years ago
#1182 closed Patches (fixed)
Specifying character-set by the guideline and the inspect program
Reported by: | Owned by: | ||
---|---|---|---|
Milestone: | To Be Determined | Component: | Building Boost |
Version: | Boost 1.34.1 | Severity: | Problem |
Keywords: | Cc: |
Description
Since text files (not including XML, HTML etc.) cannot specify their character-set except with editor-dependent methods, any character which is incompatible against standard-ASCII - higher than 0x7F will not be recognized by compilers or viewers.
This patch makes the guideline and the inspect program limit available characters to standard-ASCII ones only.
Regarding thread: http://lists.boost.org/Archives/boost/2007/07/124888.php
Attachments (1)
Change History (3)
by , 15 years ago
Attachment: | patches.zip added |
---|
comment:1 by , 15 years ago
Component: | None → Building Boost |
---|
comment:2 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
I completely forgot about this submission, and have implemented my own version in the trunk. Closing as fixed.