Bug#963680: dwww: Coding error setting $mime_charset

2020-12-21 Thread Robert Luberda
Howard Johnson writes: > > Starts at line 504 in dwww-convert: > > $mime_charset="UTF-8"; It was $mime_charset="ISO-8859-1" originally, and the code following it had much more sense than. Thanks for noticing it. Regards, Robert

Bug#963680: dwww: Coding error setting $mime_charset

2020-06-25 Thread Howard Johnson
Package: dwww Version: 1.13.5 Severity: normal Hi. I discovered this code in dwww-convert that doesn't make sense. Unless I'm missing something, why test and set $mime_charset="UTF-8" again, when it's already set that way. Perhaps you had in mind setting something else. Or perhaps these tests