Opened 15 years ago

Closed 14 years ago

#1182 closed Patches (fixed)

Specifying character-set by the guideline and the inspect program

Reported by: Shintaro Sakahara <sakahara@…> 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)

patches.zip (3.7 KB ) - added by Shintaro Sakahara <sakahara@…> 15 years ago.

Download all attachments as: .zip

Change History (3)

by Shintaro Sakahara <sakahara@…>, 15 years ago

Attachment: patches.zip added

comment:1 by Marshall Clow, 15 years ago

Component: NoneBuilding Boost

comment:2 by Marshall Clow, 14 years ago

Resolution: fixed
Status: newclosed

I completely forgot about this submission, and have implemented my own version in the trunk. Closing as fixed.

Note: See TracTickets for help on using tickets.