Bug#1069657: libgeo-gpx-perl: Waypoint name encoding utf-8 does not work

2024-04-22 Thread Sebastiaan Couwenberg
Control: tags -1 upstream Control: forwarded -1 https://github.com/patjoly/geo-gpx/issues/6 I've forwarded this issue upstream. Please followup there. Kind Regards, Bas -- GPG Key ID: 4096R/6750F10AE88D4AF1 Fingerprint: 8182 DE41 7056 408D 6146 50D1 6750 F10A E88D 4AF1

Bug#1069657: libgeo-gpx-perl: Waypoint name encoding utf-8 does not work

2024-04-22 Thread Florian Lohoff
Package: libgeo-gpx-perl Version: 1.10-1 Severity: normal -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hi, i was trying to create gpx waypoints with an utf-8 name which does not work: perl -Mutf8 -MGeo::Gpx -e '$g=Geo::Gpx->new(); $g->waypoints_add({ lat => 0, lon => 0, name => "üöä" });