rafi007akhtar / kindle-clippings-parser

A parser to take Kindle highlights from the clippings file, put them in their MD files, and add some basic styles.
4 stars 2 forks source link

line_cleanup removes many printable unicode characters #1

Open zefanja opened 11 months ago

zefanja commented 11 months ago

The cleanup function removes many characters, that are printable, like german umlaute (ä,ö,ü, ...).

rafi007akhtar commented 3 months ago

Hi, I'm not really active here, so I missed this issue. The cleanup function uses string.printable on all characters to determine if the character should stay. Do you have any alternative that contains more characters?