[chirp_devel] [PATCH] [th9800] change name/freq display behavior to be automatic #1353
Dan Smith
Wed Jan 28 17:43:16 PST 2015
> - mem.name = mem.name.replace("\xFF", " ").rstrip()
> + mem.name = mem.name.rstrip("\xFF")
Won't this fail to do the right thing now if I put trailing spaces on my
name? If we put a space in the list with \xFF then we'd be safe I think,
right?
--Dan
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: OpenPGP digital signature
Url : http://intrepid.danplanet.com/pipermail/chirp_devel/attachments/20150128/a65118fb/attachment-0001.bin
More information about the chirp_devel
mailing list