Ok, resubmitted patch.


From: Dan Smith <dsmith@danplanet.com>
To: chirp_devel@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@intrepid.danplanet.com
http://intrepid.danplanet.com/mailman/listinfo/chirp_devel
Developer docs: http://chirp.danplanet.com/projects/chirp/wiki/Developers