schwehr / libais

C++ decoder for Automatic Identification System for tracking ships and decoding maritime information
Other
215 stars 94 forks source link

AIS backtick bug fix. #206

Open gthor45 opened 3 years ago

gthor45 commented 3 years ago

Replaces ais bitset backtick with escaped single-quote in accordance with 6bit ASCII spec (Dec. 39 should be ' but was `).

schwehr commented 2 years ago

Thanks for making a pull request! Sorry I'm so slow at responding to libais issues and prs.

Are you sure about this? I would like that very little of libais would work if this part of the code is incorrect. A test case that works only after this fix would help convince me.