aitjcize / cppman

C++ 98/11/14 manual pages for Linux/MacOS
GNU General Public License v3.0
1.29k stars 81 forks source link

source cppreference.com broken #86

Closed SGSSGene closed 5 years ago

SGSSGene commented 5 years ago

Hi, thanks for this awesome tool. I love it! But I would like to use cppreference.com as a source (this work in the past).

Currently it doesn't work. (I tried the newest version from github).

$ ./bin/cppman -s cppreference.com
$ ./bin/cppman std::vector
error: bad escape \E at position 4

Thank you

aitjcize commented 5 years ago

Hi @SGSSGene ,

I'm glad that you like the project. The problem you described seems to be the problem I fixed in the 0.4.9 release, can you try clear the cache (cppman -C) first and try again? Also make sure you are using v0.4.9.

SGSSGene commented 5 years ago

I checked 0.4.9, but still didn't work. The issue is that the fix in 0.4.9 was only for cplusplus.com and not for cppreference.com. I adopted your fixes for cppreference.com and made a PR: https://github.com/aitjcize/cppman/pull/87

SGSSGene commented 5 years ago

fixed in #87