HN mining or: How I learned that there are some among us with soft quotes
1–10 of 85 posts
Re: HN mining or: How I learned that there are some among us with soft quotes
#2Re: HN mining or: How I learned that there are some among us with soft quotes
#3Re: HN mining or: How I learned that there are some among us with soft quotes
#4Re: HN mining or: How I learned that there are some among us with soft quotes
#5What is a soft quote?
iOS at the least by default will substitute "dumb" quotes with smart quotes in text boxes.
Re: HN mining or: How I learned that there are some among us with soft quotes
#6What is a soft quote?
Re: HN mining or: How I learned that there are some among us with soft quotes
#7"Sun Ra" might not be the sun god you are thinking of ..... https://www.youtube.com/watch?v=H1ToFXHW5pg
Re: HN mining or: How I learned that there are some among us with soft quotes
#8Re: HN mining or: How I learned that there are some among us with soft quotes
#9Re: HN mining or: How I learned that there are some among us with soft quotes
#10Earlier quoted context omitted.
They are better known as "smart quotes" iOS at the least by default will substitute "dumb" quotes with smart quotes in text boxes.
Looking around, I got the impression they're double rather than single quotes.
This is a double quote: ", 0x22, ascii
This is a smart open quote: “, 0x201c, unicode
This is a smart close quote: ”, 0x201d, unicode
By default your keyboard double-quote key produces the ascii double quote mark, and that is what's used for quoting in virtually every programming language.
Word and many email clients will use smart-quotes by default, but they're pretty rare in programming, hence why the "some among us" phrasing calling them out as strange.
That's what the linked repo is referring to by soft quotes, and the command given specifically uses 0x201d above.