
23 Jun
2010
23 Jun
'10
3:30 p.m.
-----Original Message----- From: boost-bounces@lists.boost.org [mailto:boost- bounces@lists.boost.org] On Behalf Of Eric Niebler Sent: Wednesday, June 23, 2010 7:02 PM To: boost@lists.boost.org Subject: Re: [boost] [RFC] string inserter/extractor "q u o t i n g"
Parser and lexer generators are complicated beasts, and I wouldn't send a novice programmer in that direction if it could be helped. Most quoting/unquoting is very straightforward. There's a quote character and an escape character. For anything more complicated, yes, build your own.
Do you think uri escaping (reserved chars are replaced with %hexdigit hexdigit) should be supported as well? BR, Dmitry