Skip to content

error on query symbols with special characters. #188

@ZachVec

Description

@ZachVec
Image I add some debug code to output the requested url for `std::literals::chrono_literals::operator""d`, which is `https://en.cppreference.com/w/cpp/chrono/operator%22%22d`. However, the actual url should be `https://en.cppreference.com/w/cpp/chrono/operator%2522%2522d.html`.

And following cases have the similar issue:

  • std::experimental::observer_ptr::operator*
  • std::experimental::observer_ptr::operator->
  • And many others.

It seems there's a url-encoding gap between cppreference and cppman.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions