Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/yenko #130

Merged
merged 13 commits into from
Aug 9, 2021
Prev Previous commit
Next Next commit
112 - Replace UTF-8 quotes with ASCII quotes (#114)
The previous quote marks were UTF-8 characters for left quote and right quote,
resulting in the file being UTF-8 encoded. This causes file reading issues on
environments with a non-UTF-8 locale (e.g., a POSIX locale). Replacing the
UTF-8 quote marks with ASCII versions fixes the issue.
  • Loading branch information
adamlm committed Jun 28, 2021
commit 7383c1c5071bba474346363b88a333d5321d4038
4 changes: 2 additions & 2 deletions j2735_msgs/msg/LaneAttributesTrackedVehicle.msg
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#
# The LaneAttributes-Special data element relates specific properties found
# in a tracked vehicle lane types (trolley and train lanes).
# The term rail vehicle can be considered synonymous.
# The term "rail vehicle" can be considered synonymous.
# In this case, the term does not relate to vehicle types with tracks or treads.
#
# LaneAttributes-TrackedVehicle ::= BIT STRING {
Expand All @@ -24,4 +24,4 @@
# -- Bits 5~15 reserved and set to zero
# } (SIZE (16))

uint16 lane_attributes_trackedvehicle
uint16 lane_attributes_trackedvehicle