j
k
j a
j l
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
Attachments:
Back to the thread
Back to the list