wishlist icon indicating copy to clipboard operation
wishlist copied to clipboard

If I encounter strange characters in wishlist comments

Open Jaymon opened this issue 6 years ago • 0 comments

Some version of this should fix the problem:

filtered_string = filter(lambda x: x in string.printable, myStr)

via

Jaymon avatar Dec 04 '17 10:12 Jaymon