Subject: [Boost-bugs] [Boost C++ Libraries] #13316: Non UTF-8 files in Math library
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2017-12-01 12:06:00
#13316: Non UTF-8 files in Math library
-----------------------------------------+--------------------------
Reporter: Peter Klotz <peter.klotz@â¦> | Owner: John Maddock
Type: Bugs | Status: new
Milestone: To Be Determined | Component: math
Version: Boost 1.65.0 | Severity: Problem
Keywords: |
-----------------------------------------+--------------------------
The Math library contains two non UTF-8 files (in both cases a comment
which contains a Windows CP1252 dash).
Here the output of the "file" command:
boost/math/special_functions/detail/bessel_i0.hpp: C++ source, Non-ISO
extended-ASCII text
boost/math/special_functions/detail/bessel_i1.hpp: C++ source, Non-ISO
extended-ASCII text
This makes the files incompatible with modern Microsoft Compilers when
using switch /utf-8.
The attached patch simply replaces the CP1252 dash with an ASCII dash and
therefore fixes the issue for all compilers.
-- Ticket URL: <https://svn.boost.org/trac10/boost/ticket/13316> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-12-01 12:12:51 UTC