From: Junio C Hamano <hidden> Date: 2016-06-15 22:42:12
Johannes Schindelin [off-list ref] writes:
There were problems when the keys´ case didn´t match, and also when the
section was in the same line as the key.
This patch also adds a test case, so you see that it works now.
Signed-off-by: Johannes Schindelin <redacted>
Why do you spell apostrophe with 0xb4 not ASCII 0x27? Not that
it matters because I'll apply it with -u flag to git-am to
convert it to UTF-8 in the log message, but I am just curious.
From: "H. Peter Anvin" <hpa@zytor.com> Date: 2016-06-15 22:42:12
Junio C Hamano wrote:
Johannes Schindelin [off-list ref] writes:
quoted
There were problems when the keys´ case didn´t match, and also when the
section was in the same line as the key.
This patch also adds a test case, so you see that it works now.
Signed-off-by: Johannes Schindelin <redacted>
Why do you spell apostrophe with 0xb4 not ASCII 0x27? Not that
it matters because I'll apply it with -u flag to git-am to
convert it to UTF-8 in the log message, but I am just curious.
Not to mention the fact that it's just plain wrong -- U+00B4 is accute
accent, not apostrophe.
-hpa
From: Johannes Schindelin <hidden> Date: 2016-06-15 22:42:12
Hi,
On Wed, 16 Nov 2005, Junio C Hamano wrote:
Why do you spell apostrophe with 0xb4 not ASCII 0x27? Not that
it matters because I'll apply it with -u flag to git-am to
convert it to UTF-8 in the log message, but I am just curious.
Efficiency. I often do the patches on my iBook w/ German keyboard. The
apostrophe 0xb4 (upward accent) is just beside my back space key, i.e. in
a favorite location for my right little finger.
OTOH, 0x27 (the real apostrophe) is just beside the Enter key, which is
the only key Apple made too small. Way too small. So I try to avoid that
key, since I hit it by accident already too often. Furthermore, on the
German keyboard you have to hold Shift down for the apostrophe, while you
do not for 0xb4.
Besides, the character is there, so why not use it? ;-)
Ciao,
Dscho
Why do you spell apostrophe with 0xb4 not ASCII 0x27?
Because on German keyboards these two characters are right next to each
other, I'd suspect...
--
Matthias Urlichs | {M:U} IT Design @ m-u-it.de | smurf@smurf.noris.de
Disclaimer: The quote was selected randomly. Really. | http://smurf.noris.de
- -
"A horrible little boy came up to me and said, `You know in your book
The Martian Chronicles?' I said, `Yes?' He said, `You know where you
talk about Deimos rising in the East?' I said, `Yes?' He said `No.'
-- So I hit him."
-- attributed to Ray Bradbury
From: Randal L. Schwartz <hidden> Date: 2016-06-15 22:42:12
quoted
quoted
quoted
quoted
"Johannes" == Johannes Schindelin [off-list ref] writes:
Johannes> Besides, the character is there, so why not use it? ;-)
It reminds me of when people typed "l" instead of "1" because typewriters
didn't have a "1".
In that manner, it's just plain wrong.
--
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
[off-list ref] <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!