Boost logo

Boost :

From: joaquin_at_[hidden]
Date: 2008-06-26 04:14:40


Beman Dawes escribió:
> There is a fresh run of the trunk inspect report up at
> http://mysite.verizon.net/beman/inspect.html
>
> A couple of things are different:
>
> * A "Hall of Shame" has been added to highlight what libraries are the
> worst offenders. I'm open to suggestions as to at what point we should
> cut off reporting. Maybe limit it to the worst 10 libraries?
>
> * A check for non-ASCII characters in source files has been added by
> Marshall Clow. It is picking up non-ASCII characters in people's names
> in copyright messages; that's why Boost multi-index looks so bad in the
> report. We need to come up with preferred approach for those with
> non-ASCII characters in their names.
>

I think the options are:

1. The inspect tool is modified so as to bypass author names (possibly
taken from an author names
file). In a sense, this defeats the whole purpose of the non-ASCII
check, I guess.

2. Supress all diacritical marks:

  Joaquín M López Muñoz --> Joaquin M Lopez Munoz

3. Encode with HTML entities:

  Joaquín M López Muñoz --> Joaquín M López Muñoz

Whatever approach is agreed upon I'll happily apply asap to
Boost.MultiIndex.

Joaquín M López Muñoz
Telefónica, Investigación y Desarrollo


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk