mirror of
https://github.com/eclipse/upm.git
synced 2025-11-01 07:34:51 +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:
@@ -57,9 +57,9 @@ namespace upm {
|
||||
* The TB7200 Series PI thermostats are designed for zoning
|
||||
* applications, and the TB7300 Series PI thermostats are designed
|
||||
* for fan coil control. Both Series are communicating thermostats
|
||||
* with models available in BACnet® MS/TP protocol and can be easily
|
||||
* with models available in BACnet(r) MS/TP protocol and can be easily
|
||||
* integrated into a WEBs-AX building automation system based on the
|
||||
* NiagaraAX® platform.
|
||||
* NiagaraAX(r) platform.
|
||||
*
|
||||
* TB7200 and TB7300 Series thermostats are compatible with the
|
||||
* Honeywell Occupancy Sensor Cover. Thermostats equipped with an
|
||||
|
||||
Reference in New Issue
Block a user