mirror of
https://github.com/eclipse/upm.git
synced 2025-07-02 09:51:14 +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:
@ -45,7 +45,7 @@ namespace upm {
|
||||
* detection of movements and rotations in 6 degrees of freedom
|
||||
* (6DoF). It reflects the full functionality of a triaxial, low-g
|
||||
* acceleration sensor and at the same time it is capable to measure
|
||||
* angular rates. Both – acceleration and angular rate – in three
|
||||
* angular rates. Both - acceleration and angular rate - in three
|
||||
* perpendicular room dimensions, the x-, y- and z-axis.
|
||||
*
|
||||
* The BMI055 is essentially 2 separate devices in one: the BMA250E
|
||||
|
@ -48,7 +48,7 @@ namespace upm {
|
||||
*
|
||||
* The BMM150 is a standalone geomagnetic sensor for consumer market
|
||||
* applications. It allows measurements of the magnetic field in
|
||||
* three perpendicular axes. Based on Bosch’s proprietary FlipCore
|
||||
* three perpendicular axes. Based on Bosch's proprietary FlipCore
|
||||
* technology, performance and features of BMM150 are carefully
|
||||
* tuned and perfectly match the demanding requirements of all
|
||||
* 3-axis mobile applications such as electronic compass, navigation
|
||||
|
Reference in New Issue
Block a user