OpenOrienteering / mapper

OpenOrienteering Mapper is a software for creating maps for the orienteering sport.
https://www.openorienteering.org/apps/mapper/
GNU General Public License v3.0
404 stars 108 forks source link

Test and fix OCD text export/import #2219

Closed dg0yt closed 5 months ago

dg0yt commented 7 months ago

Ensure that export texts are always terminated with zero. Prevent unpaired surrogates when truncating long text. Limit imported text when terminating zero is missing. Fixes GH-2206. Alternative to GH-2208. Alternative to GH-2207.

dg0yt commented 7 months ago

CC @dl3sdo. #2208 didn't pass the unit test.