Skip to content

Commit 7b87882

Browse files
odsodrbiasini
authored andcommitted
Syntax and encoding fixes (commaai#111)
* Fix syntax error in Honda Civic Touring comment Add escaping to nested quotes in comment. * Convert caddilac_ct6_powertrain.dbc to UTF-8 Fixes decoding issue of the degrees rune. * Convert gm_global_a_powertrain.dbc to UTF-8 Fixes decoding issue of the degrees rune.
1 parent f85e646 commit 7b87882

4 files changed

+4
-4
lines changed

cadillac_ct6_powertrain.dbc

+1-1
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ BO_ 1033 ASCMKeepAlive: 7 NEO
189189
SG_ ASCMKeepAliveAllZero : 7|56@0+ (1,0) [0|0] "" NEO
190190

191191
BO_ 1217 ECMEngineCoolantTemp: 8 K20_ECM
192-
SG_ EngineCoolantTemp : 23|8@0+ (1,-40) [0|0] "C" NEO
192+
SG_ EngineCoolantTemp : 23|8@0+ (1,-40) [0|0] "°C" NEO
193193

194194
BO_ 1249 VIN_Part2: 8 K20_ECM
195195
SG_ VINPart2 : 7|64@0+ (1,0) [0|0] "" NEO

generator/honda/honda_civic_touring_2016_can.dbc

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ BO_ 1302 ODOMETER: 8 XXX
126126

127127
CM_ SG_ 401 GEAR "10 = reverse, 11 = transition";
128128
CM_ SG_ 420 BRAKE_HOLD_RELATED "On when Brake Hold engaged";
129-
CM_ SG_ 450 EPB_STATE "3 "engaged" 2 "disengaging" 1 "engaging" 0 "disengaged"";
129+
CM_ SG_ 450 EPB_STATE "3 \"engaged\" 2 \"disengaging\" 1 \"engaging\" 0 \"disengaged\"";
130130
CM_ SG_ 806 REVERSE_LIGHT "Might be reverse gear selected and not the lights";
131131

132132
VAL_ 399 STEER_STATUS 5 "fault" 4 "no_torque_alert_2" 2 "no_torque_alert_1" 0 "normal" ;

gm_global_a_powertrain.dbc

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ BO_ 1033 ASCMKeepAlive: 7 NEO
180180
BO_ 1034 ASCM_40A: 7 K124_ASCM
181181

182182
BO_ 1217 ECMEngineCoolantTemp: 8 K20_ECM
183-
SG_ EngineCoolantTemp : 23|8@0+ (1,-40) [0|0] "C" NEO
183+
SG_ EngineCoolantTemp : 23|8@0+ (1,-40) [0|0] "°C" NEO
184184

185185
BO_ 1249 VIN_Part2: 8 K20_ECM
186186
SG_ VINPart2 : 7|64@0+ (1,0) [0|0] "" NEO

honda_civic_touring_2016_can_generated.dbc

+1-1
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ BO_ 1302 ODOMETER: 8 XXX
355355

356356
CM_ SG_ 401 GEAR "10 = reverse, 11 = transition";
357357
CM_ SG_ 420 BRAKE_HOLD_RELATED "On when Brake Hold engaged";
358-
CM_ SG_ 450 EPB_STATE "3 "engaged" 2 "disengaging" 1 "engaging" 0 "disengaged"";
358+
CM_ SG_ 450 EPB_STATE "3 \"engaged\" 2 \"disengaging\" 1 \"engaging\" 0 \"disengaged\"";
359359
CM_ SG_ 806 REVERSE_LIGHT "Might be reverse gear selected and not the lights";
360360

361361
VAL_ 399 STEER_STATUS 5 "fault" 4 "no_torque_alert_2" 2 "no_torque_alert_1" 0 "normal" ;

0 commit comments

Comments
 (0)