ASCII Pronunciation Rules for Programmers [2008]
81–89 of 89 posts
Re: ASCII Pronunciation Rules for Programmers [2008]
#82Re: ASCII Pronunciation Rules for Programmers [2008]
#83"Ampersand" is apparently a corruption of "and per se and" which was the (now extinct) last line of the Alphabet Song a hundred years ago. Anybody can corroborate?
Re: ASCII Pronunciation Rules for Programmers [2008]
#84It annoys me when people on TV use "forward slash" when reading out URLs. Makes we want to tell people that URLs never use backward-slashes!
Re: ASCII Pronunciation Rules for Programmers [2008]
#85I work with French programmers, so that opens an entire other can of worms. Colon becomes "two points" and semi-colon becomes "point comma".
Yeah, German calls them "Doppelpunkt" (double point or double period) and "Strichpunkt" (and "Strich" is normally a dash, so dash-point or dash-period, depending on how you want to translate "Punkt").
Re: ASCII Pronunciation Rules for Programmers [2008]
#86Re: ASCII Pronunciation Rules for Programmers [2008]
#87Another source of confusion is the meaning of the word "brackets": +----+-----------------+-------------+ | | [] | () | +----+-----------------+-------------+ | US | brackets | parentheses | | UK | square brackets | brackets | +----+-----------------+-------------+
| AU | square brackets | parentheses | +----+-----------------+-------------+ :(
| CA | [[any of the above]] | [[any of the above]] |
+----+----------------------+----------------------+
I don't think I've heard two different people refer to them consistently.Re: ASCII Pronunciation Rules for Programmers [2008]
#88It annoys me when people on TV use "forward slash" when reading out URLs. Makes we want to tell people that URLs never use backward-slashes!
Never?
Other characters are unsafe because gateways and other transport agents are known to sometimes modify such characters. These characters are "{", "}", "|", "\", "^", "~", "[", "]", and "`".
All unsafe characters must always be encoded within a URL.
Re: ASCII Pronunciation Rules for Programmers [2008]
#89A lot of people think that '\' is the slash and '/' the backslash leading to some confusion among non-programmers (and some escaped characters here and there.)