Donner
C++20 SVG rendering library
Loading...
Searching...
No Matches
UrlDecode.h File Reference
#include <cstddef>
#include <vector>
Include dependency graph for UrlDecode.h:

Namespaces

namespace  donner
 Top-level Donner namespace, which is split into different sub-namespaces such as donner::svg and donner::css.
 
namespace  donner::svg
 Donner SVG library, which can load, manipulate and render SVG files.
 

Functions

std::vector< uint8_tdonner::svg::UrlDecode (std::string_view urlEncodedString)
 Decode a URL-encoded string into a byte array, translating XX sequences into the corresponding byte value.