Fabian Groffen

Results 267 comments of Fabian Groffen

Do we know why we need the header locations in the first place? What business do we have in toolchain land?

Right, so this is a cost vs benefit thing. At the moment, it sort of "works". It needs a lot of investments to make it right. Benefit would be better...

part of this is me being lazy, other part me don't really knowing where html2text would go Today, I know there's a couple of glitches, but I'm very happy with...

I think adding a changelog is fine (I'm just swamped with other stuff at the moment, so I'd like to keep the issue open as a reminder)

Hmmm ``` % echo atenção | html2text -from_encoding UTF-8 -ascii atenc~ao ``` not sure if that's so expected, but is your env using latin-1 as encoding (opposed to UTF-8)?

It's really confusing indeed: ``` % echo atenção | html2text -from_encoding UTF-8 -to_encoding ascii aten????o % echo atenção | html2text -from_encoding UTF-8 -to_encoding ascii//translit atenc~ao ``` so on my system...

Are you sure html2text is linked against the same libiconv as the iconv utility you use? I guess you use glibc, so it should be using the same libc. Can...

wonder if there's a way to narrow down on this issue somewhat, not familiar with s390 enough to know what' different on this arch to make it segfault

I have the impression the travis failures are due to AS_ROOT=yes. I can't see an obvious error in the buildlogs, but I may not know where to look.

I assumed you wouldn't want that, as that would require trickery with either the C-standard or _POSIX_SOURCE feature tests, which on Solaris requires you to do it correctly, else you...