ASCII and Unicode quotation marks
cl.cam.ac.uk
ASCII and Unicode quotation marks
1–10 of 195 posts
Re: ASCII and Unicode quotation marks
#2https://www.gnu.org/prep/standards/html_node/Quote-Character...
Re: ASCII and Unicode quotation marks
#3If you've ever seen an English-language page on a Japanese website that used weird quotes, this is probably why.
Re: ASCII and Unicode quotation marks
#4Re: ASCII and Unicode quotation marks
#5FYI For a long time GNU coding standards prescribed using the grave accent, but this changed some years ago now https://www.gnu.org/prep/standards/html_node/Quote-Character...
> Although GNU programs traditionally used 0x60 (‘`’) for opening and 0x27 (‘'’) for closing quotes, nowadays quotes ‘`like this'’ are typically rendered asymmetrically, so quoting ‘"like this"’ or ‘'like this'’ typically looks better.
Is this link saying I can quit using `QUOTES' in my Emacs-documentation? That style always struck me as odd :)
Re: ASCII and Unicode quotation marks
#6 ``quoted''
Is how you're supposed to write short quotes in the TeX/LaTeX typesetting system.[edit: My point being that the author seems to think this type of quoting originated with X11... which is actually newer than TeX (X11 was first released in 1984), and that the prevalence of this type of quoting likely originated with TeX when it was released in 1978... which isn't mentioned at all in the article. In fact, since TeX/LaTeX is what all the CS, Physics, and Math types were using for journal articles, it is likely the X11 font bitmap glyphs were intentionally shaped like curly quotes to make editing your TeX source files prettier.
At least, that's how I remember it...]
Re: ASCII and Unicode quotation marks
#7Re: ASCII and Unicode quotation marks
#8MS PGothic, a very common font in Japan, still uses this type of quote. "Quoting like this'' (double quote, then two single quotes) looks the most natural in this font. "Using two double quotes" looks quite odd (see screenshot) [1] If you've ever seen an English-language page on a Japanese website that used weird quotes, this is probably why. [1] https://i.imgur.com/zcuFZa1.png
Re: ASCII and Unicode quotation marks
#9I'm pretty sure text like: ``quoted'' Is how you're supposed to write short quotes in the TeX/LaTeX typesetting system. [edit: My point being that the author seems to think this type of quoting originated with X11... which is actually newer than TeX (X11 was first released in 1984), and that the prevalence of this type of quoting likely originated with TeX when it was released in 1978... which isn't mentioned at all…