mirror of
https://github.com/eclipse/upm.git
synced 2025-07-02 01:41:12 +03:00
encodings: Added check for non-8bit encodings in src tree.
This commit sanitizes source files for unicode encodings which cause failures in downstream flows (docgen, python2 module loading, etc...). * Removed explicit encodings from src files * Replaced 2 byte character encodings with ascii encodies: ± -> +/- ° -> deg “ -> " etc... * Added ctest to check src tree files for non-8bit encodings Signed-off-by: Noel Eck <noel.eck@intel.com>
This commit is contained in:
@ -51,7 +51,7 @@ namespace upm {
|
||||
*
|
||||
* The BNO055 is a System in Package (SiP), integrating a triaxial
|
||||
* 14-bit accelerometer, a triaxial 16-bit gyroscope with a range of
|
||||
* ±2000 degrees per second, a triaxial geomagnetic sensor and a
|
||||
* +/- 2000 degrees per second, a triaxial geomagnetic sensor and a
|
||||
* 32-bit cortex M0+ microcontroller running Bosch Sensortec sensor
|
||||
* fusion software, in a single package.
|
||||
*
|
||||
|
Reference in New Issue
Block a user