Y
Hacker News
new
|
ask
|
show
|
jobs
by
tinfoilboy
2737 days ago
I'll add escaping attributes to the library according to the spec. Thank you for the heads up!
2 comments
im3w1l
2737 days ago
Please look it over once, twice and thrice. Getting escaping correct is the main reason to use a library like this over manual construction with a heap of string concatenations.
link
sail0rm00n
2737 days ago
https://en.cppreference.com/w/cpp/io/manip/quoted
std::quoted might be useful
link