html2text
html2text copied to clipboard
HTML to text rendering aimed for E-mail
With some test case and "-fsanitize=undefined", I get ``` Area.cpp:529:17: runtime error: index 5 out of bounds for type 'char [5]' Area.cpp:529:19: runtime error: store to address 0x7fff43794c70 with insufficient...
I don't know the intended purpose of "EXPLICIT", but if used to pass compile flags, this may give an inconsistent build, as this variable is only passed to the compile...
In my rpm build, configure options are quite detailed, and some of them fail to be treated by the custom configure script: ``` ./configure --host=x86_64-suse-linux-gnu --build=x86_64-suse-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr...
Found this package in the Termux repository. The problem is that there are no examples in the readme (in -help it is not clear enough how to parse the url,...
`make depend ` complains ``` cannot find include file "bits/c++config.h" ... not in /usr/include/x86_64-linux-gnu/bits/bits/c++config.h ... ``` The duplicate `bits/bits` looks like a bug. On my Linux Mint system, that file...
For each META tag in the HEAD, an extra empty paragraph is added to the beginning of the output. The only thing in the HEAD which might directly produce any...
Version 2.0.0 has no changelog and commented that it will no longer be maintained and that you should consult the "git log". However, they are records with different purposes. It...
The "-ascii" parameter is not performing the transiteration. Here is an example: ``` echo atenção | html2text -ascii aten????o ```
html2text 2.0.0 segfautls during `make check` on alpine linux s390x. Backtrace: ``` Reading symbols from ../html2text... [New LWP 17526] Core was generated by `../html2text -rcfile .html2textrc -from_encoding utf-8 utf-8=unicode-hex-refere'. Program...
Leaks arising in two or three places. valgrind --leak-check=full --track-origins=yes --log-file=valgrid.out html2text my_file.html