← Back to team overview

kicad-developers team mailing list archive

Re: We should decide a quoting convention...

 

--- In kicad-devel@xxxxxxxxxxxxxxx, "Lorenzo" <lomarcan@...> wrote:
> He said:
> "go away!"
> 
> becomes then
> 
> "He said:\0A\22go away!\22"

Go further, escape spaces:
"He\20said:\0A\22go\20away!\22"

And there's no more need in quotes! As whole string looks like single word for parser:
He\20said:\0A\22go\20away!\22
That is what I want to say through the thread =)

Also I agreed that it would be nice to use some existing standard, like URLencode (I like it more):
He%20said:%0A%22go%20away!%22
or C-style encode:
He\x20said:\x0A\x22go\x20away!\x22







Follow ups

References