[chirp_devel] [PATCH] [th9800] change name/freq display behavior to be automatic #1353
Jens Jensen
Thu Jan 29 05:25:18 PST 2015
Ok, resubmitted patch.
From: Dan Smith <dsmith at danplanet.com>
To: chirp_devel at intrepid.danplanet.com
Sent: Wednesday, January 28, 2015 7:43 PM
Subject: Re: [chirp_devel] [PATCH] [th9800] change name/freq display behavior to be automatic #1353
> - 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
_______________________________________________
chirp_devel mailing list
chirp_devel at intrepid.danplanet.com
http://intrepid.danplanet.com/mailman/listinfo/chirp_devel
Developer docs: http://chirp.danplanet.com/projects/chirp/wiki/Developers
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://intrepid.danplanet.com/pipermail/chirp_devel/attachments/20150129/41b5218a/attachment-0001.html
More information about the chirp_devel
mailing list