Re: Significant whitespace (was Re: Blogging sucks)

2005-10-25 Thread David Cantrell
On Mon, Oct 24, 2005 at 04:47:39PM +0200, A. Pagaltzis wrote: > * Aaron J. Grier [2005-10-24 16:45]: > > On Mon, Oct 17, 2005 at 03:36:16PM +0100, David Cantrell wrote: > > > Variable width character sets are themselves hateful. > > but they're easier than fixed-width charsets to read. > Aren???t

Re: Significant whitespace (was Re: Blogging sucks)

2005-10-25 Thread A. Pagaltzis
* Aaron J. Grier [2005-10-25 00:15]: > I thought "iso-8859-1//TRANSLIT" was the reccomended setting > for $charset you stated on the list? For those who want to stick to an 8-bit encoding for their terminal. $charset configures the terminal's encoding. If you're using a UTF-8 terminal then $char

Re: Significant whitespace (was Re: Blogging sucks)

2005-10-25 Thread Aaron J. Grier
On Mon, Oct 24, 2005 at 08:53:58PM +0200, A. Pagaltzis wrote: > the byte encoding of the character was preserved correctly in your > reply, but its headers claim a charset of `iso-8859-1//TRANSLIT` so it > comes out mangled on my end. Your mutt is not configured correctly. > Make sure your mutt's $

Re: Significant whitespace (was Re: Blogging sucks)

2005-10-24 Thread A. Pagaltzis
* Aaron J. Grier [2005-10-24 18:55]: > I actually verified that xterm -u8 works, but it looks like I > need to get a version of (n)curses that's utf-8 compatible and > recompile mutt with that before utf-8 is usable on my > system(s). oh well. That's not the sole issue; the byte encoding of the

Re: Significant whitespace (was Re: Blogging sucks)

2005-10-24 Thread Aaron J. Grier
On Mon, Oct 24, 2005 at 04:46:40PM +0200, A. Pagaltzis wrote: > * Aaron J. Grier [2005-10-24 16:25]: > > On Mon, Oct 17, 2005 at 12:14:52AM +0200, A. Pagaltzis wrote: > > > Don??t like that part much, either. > > > > could you explain to me why UTF-8 is used for an apostrophe in > > the above

Re: Significant whitespace (was Re: Blogging sucks)

2005-10-24 Thread A. Pagaltzis
* Aaron J. Grier [2005-10-24 16:45]: > On Mon, Oct 17, 2005 at 03:36:16PM +0100, David Cantrell wrote: > > Variable width character sets are themselves hateful. > > but they're easier than fixed-width charsets to read. Aren’t you confusing charsets and fonts? Regards, -- Aristotle Pagaltzis //

Re: Significant whitespace (was Re: Blogging sucks)

2005-10-24 Thread A. Pagaltzis
* Aaron J. Grier [2005-10-24 16:25]: > On Mon, Oct 17, 2005 at 12:14:52AM +0200, A. Pagaltzis wrote: > > Don’t like that part much, either. > > could you explain to me why UTF-8 is used for an apostrophe in > the above word "Don't" ? Because it’s not an apostrophe. Read the thread. Regards, -

Re: Significant whitespace (was Re: Blogging sucks)

2005-10-24 Thread Aaron J. Grier
On Mon, Oct 17, 2005 at 03:36:16PM +0100, David Cantrell wrote: > Variable width character sets are themselves hateful. but they're easier than fixed-width charsets to read. -- Aaron J. Grier | "Not your ordinary poofy goof." | agr...@poofygoof.com "silly brewer, saaz are for pil

Re: Significant whitespace (was Re: Blogging sucks)

2005-10-24 Thread Aaron J. Grier
On Mon, Oct 17, 2005 at 12:14:52AM +0200, A. Pagaltzis wrote: > Don???t like that part much, either. could you explain to me why UTF-8 is used for an apostrophe in the above word "Don't" ? -- Aaron J. Grier | "Not your ordinary poofy goof." | agr...@poofygoof.com "silly brewer, s

Re: Significant whitespace (was Re: Blogging sucks)

2005-10-20 Thread Aaron Crane
Peter da Silva writes: > Just so long as you don't try and argue that [...] just increasing > sizeof(char) wouldn't be infinitely less hateful. It would be pretty hard, though: in C, sizeof(char) is 1 by definition. Or, to put it another way: sizeof measures in multiples of char. -- Aaron Crane

Re: Significant whitespace (was Re: Blogging sucks)

2005-10-20 Thread Peter da Silva
Anyway, if you look at alphabets and languages as software they are all hateful. Unfortunately sacrificing backwards compatibility to resolve the problems in this sphere is completely nonviable. :-) Just so long as you don't try and argue that the pile of crap that's come out of the political p

Re: Significant whitespace (was Re: Blogging sucks)

2005-10-20 Thread Peter da Silva
I have a simplistic understanding of, for instance, how one can define control structures within the language, rather than having to hard-code them into the parser. I just don't understand how one can easily recognize whether a language supports this feature. It's pretty easy. If the control

Re: Significant whitespace (was Re: Blogging sucks)

2005-10-20 Thread Peter da Silva
Which reminds me. Some people do "quoted" text ``like this''. Which is one of the most moronic things in the world. It crops up a lot in UNIX-type system documentation, which says a lot. That's because on a C/A/T phototypesetter back in the '70s when most of the documents that people have been

Re: Significant whitespace (was Re: Blogging sucks)

2005-10-19 Thread Luke Kanies
On Wed, 19 Oct 2005, A. Pagaltzis wrote: > Excuse me? Typography as we know it today exists since Gutenberg; > even the history of commercial font foundries goes back a century > before the typewriter. Further, a lot of the rules of this > relatively new form of typograhpy borrow from prior conven

Re: Significant whitespace (was Re: Blogging sucks)

2005-10-19 Thread Luke Kanies
On Thu, 13 Oct 2005, Peter da Silva wrote: > OK: in Smalltalk, Postscript, Lisp, Forth, and most other languages that > are aggressively introspective and reflective, control structures are > defined in terms of operations that can be performed within the language. > > They may be implemented in t

Re: Significant whitespace (was Re: Blogging sucks)

2005-10-19 Thread Rafael Garcia-Suarez
On 10/19/05, Earle Martin wrote: Which reminds me. Some people do "quoted" text ``like this''. Which is one of the most moronic things in the world. It crops up a lot in UNIX-type system documentation, which says a lot. And in pod2html output. I have a vim macro specially designed to fix those

Re: Significant whitespace (was Re: Blogging sucks)

2005-10-19 Thread Chris Devers
On Wed, 19 Oct 2005, Earle Martin wrote: > On Mon, Oct 17, 2005 at 07:55:14PM +0200, A. Pagaltzis wrote: > > Meanwhile everyone is using apostrophes as straight quote marks. > > Which reminds me. Some people do "quoted" text ``like this''. Which is > one of the most moronic things in the world.

Re: Significant whitespace (was Re: Blogging sucks)

2005-10-19 Thread Earle Martin
On Mon, Oct 17, 2005 at 07:55:14PM +0200, A. Pagaltzis wrote: > Meanwhile everyone is using apostrophes as straight quote marks. Which reminds me. Some people do "quoted" text ``like this''. Which is one of the most moronic things in the world. It crops up a lot in UNIX-type system documentation,

Re: Significant whitespace (was Re: Blogging sucks)

2005-10-19 Thread A. Pagaltzis
* demerphq [2005-10-19 10:40]: > What do you mean by "reliably toggle case"? My understanding is > that while western european alphabets tend to have two cases, > many languages have more than two. Thus I believe it is > actually meaningless to "toggle case" in an internationalized > context. And

Re: Significant whitespace (was Re: Blogging sucks)

2005-10-19 Thread demerphq
On 10/17/05, Peter da Silva wrote: > > Software configured to use anything other than UTF-8 (or, at the > > very least another UTF-*) is hateful. I can???t wait until > > single-byte charsets are a thing of the past. > Variable width character sets are themselves hateful. I'll go further > and

Re: Significant whitespace (was Re: Blogging sucks)

2005-10-19 Thread Yoz Grahame
On 10/19/05, David Cantrell wrote: On Tue, Oct 18, 2005 at 09:00:40PM +0300, Jarkko Hietaniemi wrote: > > If that's the only thing about the Unicode charset that you find hateful > > then you've not looked at it very hard. > I find especially hateful people who whine about Unicode. I think most

Re: typography of the apostrophe (was Re: Significant whitespace (was Re: Blogging sucks))

2005-10-19 Thread A. Pagaltzis
[ Note: if you're replying to this message, please mind the To: and Cc: -- this is crossposted to the Hates-Software and Markdown lists. ] * Patrick Carr [2005-10-18 23:40]: >On Oct 17, 2005, at 9:48 PM, A. Pagaltzis wrote: >>* Rhesa Rozendaal [2005-10-18 02:25]: >> >>>If that can handle thin

Re: Significant whitespace (was Re: Blogging sucks)

2005-10-19 Thread A. Pagaltzis
* Luke Kanies [2005-10-19 00:10]: > All typography is a relatively recent invention; hell, > punctuation itself isn't all that old, relative to typewriters, Excuse me? Typography as we know it today exists since Gutenberg; even the history of commercial font foundries goes back a century before t

Re: Significant whitespace (was Re: Blogging sucks)

2005-10-19 Thread David Cantrell
On Tue, Oct 18, 2005 at 09:00:40PM +0300, Jarkko Hietaniemi wrote: > > If that's the only thing about the Unicode charset that you find hateful > > then you've not looked at it very hard. > I find especially hateful people who whine about Unicode. I think most people here think that Unicode is a G

Re: Significant whitespace (was Re: Blogging sucks)

2005-10-19 Thread Luke Kanies
On Mon, 17 Oct 2005, A. Pagaltzis wrote: > If it was the terminal then the character would show up screwy, > but it wouldn't get mangled in your reply. Okay, I'll have to trust you on that. > What I'm using *is* a smart quote, I just think that's a stupid > name. > > The straight quotes were a t

typography of the apostrophe (was Re: Significant whitespace (was Re: Blogging sucks))

2005-10-18 Thread Patrick Carr
On Oct 17, 2005, at 9:48 PM, A. Pagaltzis wrote: * Rhesa Rozendaal [2005-10-18 02:25]: If that can handle things like: "Foto's en agenda's" properly, then it's smarter than Word. That source of hate turns those apostrophes into single-quotes, as if "s en agenda" is a paraphrase. With

Re: Significant whitespace (was Re: Blogging sucks)

2005-10-18 Thread Jonathan Stowe
On Tue, 2005-10-18 at 14:11, Peter da Silva wrote: > [absinthe:~] peter% touch "久石譲 каталог" > [absinthe:~] peter% file "久石譲 каталог" > 久石譲 каталог: empty > I was just shocked by bash running in gnome-terminal - creating a file with the the above name it actually tab completed the name correctly

Re: Significant whitespace (was Re: Blogging sucks)

2005-10-18 Thread Martin Ebourne
Peter da Silva wrote: It's not the OS, it's the window system and applications. Ok, there's varying definitions of OS. I was including the window system, not meaning just the kernel. So Gnome apps work well with Gnome apps, and KDE apps work well with KDE apps Gnome and KDE seem to interop

Re: Significant whitespace (was Re: Blogging sucks)

2005-10-18 Thread David Cantrell
On Mon, Oct 17, 2005 at 07:55:14PM +0200, A. Pagaltzis wrote: > Meanwhile everyone is using apostrophes as straight quote marks. > This would have been sane if Unicode had conceded the overloaded > meaning of U+0027 and defined a separate apostrophe character > distinct from U+2019. > > As I said,

Re: Significant whitespace (was Re: Blogging sucks)

2005-10-18 Thread David Cantrell
On Mon, Oct 17, 2005 at 06:12:25PM +0100, Matthew Garrett wrote: > MTAs shouldn't be interpreting any utf-8. MUAs should only care about > getting the content-type header correct, and optionally converting to > the "simplest" character set. MUAs also need to transmogrify any funny heathen chara

Re: Significant whitespace (was Re: Blogging sucks)

2005-10-18 Thread Peter da Silva
All this talk by mac users how theirs is the only OS where i18n just works and sometimes you risk believing them. It's not the OS, it's the window system and applications. The Mac has had good text support from day one, and so all applications, even 68000 apps that you have to run under Basili

Re: Significant whitespace (was Re: Blogging sucks)

2005-10-18 Thread Martin Ebourne
Rhesa Rozendaal wrote: For the record, I'm too lazy¹ to type properly curled quotes, even though I am a big fan of them in printed material. All you ascii freaks should try reading War and Peace some time - typeset entirely in Courier! Bah. ¹even though it's as simple as ralt+v and ralt+b. Al

Re: Significant whitespace (was Re: Blogging sucks)

2005-10-18 Thread Peter da Silva
On Oct 18, 2005, at 12:33 AM, Philip Newton wrote: The difference between upper-case and title-case becomes apparent with such characters as "nj" (ASCII surrogate for U+01CC LATIN SMALL LETTER NJ), which becomes "Nj" in title-case but "NJ" in upper-case. So? There's lots of extra bits available

Re: Significant whitespace (was Re: Blogging sucks)

2005-10-18 Thread A. Pagaltzis
* Philip Newton [2005-10-18 07:40]: > I mean, first we had typesetting software automatically turning > two consecutive hyphens into en or em dashes, which looks weird > in command-line invocations such as "foo --help"; that seems to > be on the decline now. I'm not sure whether this > automatic-l

Re: Significant whitespace (was Re: Blogging sucks)

2005-10-18 Thread Philip Newton
On 10/17/05, Peter da Silva wrote: I'm surprised Windows doesn't convert "file" into "file" just to be difficult. Mac Keynote apparently does this. It looked exceedingly odd to me when this happened in monospaced text that represented code -- having a variable called $filename seemed most inappr

Re: Significant whitespace (was Re: Blogging sucks)

2005-10-18 Thread Philip Newton
On 10/17/05, Peter da Silva wrote: In fact ISO-10646 is way too conservative for my tastes. I think each distinct set of case transformation rules should have four 16-bit planes allocated to it, so that truly internationalised characters will be able to reliably toggle case when c&0x1000 by

Re: Significant whitespace (was Re: Blogging sucks)

2005-10-18 Thread A. Pagaltzis
* Rhesa Rozendaal [2005-10-18 02:25]: > Luke Kanies wrote: > >I just want to point out this software, since it seems so topical: > > > >http://www.michelf.com/projects/php-smartypants/ > > If that can handle things like: "Foto's en agenda's" properly, > then it's smarter than Word. That source of

Re: Significant whitespace (was Re: Blogging sucks)

2005-10-18 Thread Rhesa Rozendaal
Luke Kanies wrote: I just want to point out this software, since it seems so topical: http://www.michelf.com/projects/php-smartypants/ If that can handle things like: "Foto's en agenda's" properly, then it's smarter than Word. That source of hate turns those apostrophes into single-quotes

Re: Significant whitespace (was Re: Blogging sucks)

2005-10-18 Thread Martin Ebourne
On Mon, 2005-10-17 at 17:50 -0500, Luke Kanies wrote: > I just want to point out this software, since it seems so topical: > > http://www.michelf.com/projects/php-smartypants/ Yeuch. I don't like that already. More pants than smart it seems. Martin.

Re: Significant whitespace (was Re: Blogging sucks)

2005-10-18 Thread Luke Kanies
I just want to point out this software, since it seems so topical: http://www.michelf.com/projects/php-smartypants/ -- Freedom of speech in Usenet means that when you shout 'Fire!' in a crowded theatre, half the crowd stands up and shouts, 'Wrong theatre!' --

Re: Significant whitespace (was Re: Blogging sucks)

2005-10-17 Thread Peter da Silva
> Not if you dip into Terminal.app. When using my friends' Macs to ssh to > my computers, Terminal.app has caused me quite a lot of problems. Terminal emulation is a really tough problem. I wrote a terminal emulator once. My goal was just to have something that worked right on RSX-11, VMS, UNIX,

Re: Significant whitespace (was Re: Blogging sucks)

2005-10-17 Thread Phil!Gregory
* Peter da Silva [2005-10-17 06:38 -0500]: > > I heard tho "Get a Mac" mantra so often that I started believing it > > would actually not be as hateful as the rest of software. > > But if you want Unicode to Just Work, it's your best option by far. Not if you dip into Terminal.app. When using m

Re: Significant whitespace (was Re: Blogging sucks)

2005-10-17 Thread Phil!Gregory
* Luke Kanies [2005-10-17 10:02 -0500]: > On Mon, 17 Oct 2005, A. Pagaltzis wrote: > > > I get this in Aristotle's emails (gibberish instead of '), > > > > It’s because your mailer sucks. (Are you surprised?) > > I'm guessing Pine has no relationship to whether this works; I'm thinking > instead

Re: Significant whitespace (was Re: Blogging sucks)

2005-10-17 Thread Peter da Silva
> I said charset-*oblivious*. A lot of software passes around > strings without ever processing them. It would be pretty > pointless to force that sort of code to deal with encoding > issues; just make sure null termination continues to work and the > software will happily work with Unicode as well

Re: Significant whitespace (was Re: Blogging sucks)

2005-10-17 Thread Peter da Silva
> It was unclear whether you were calling the inclusion of extra > characters idiotic, or the invention of incompatible charsets in > order to express them. Both. > The former is, but before Unicode, inventing new 8-bit charsets > that were ASCII + a bunch of whatever characters were considered >

Re: Significant whitespace (was Re: Blogging sucks)

2005-10-17 Thread A. Pagaltzis
* Peter da Silva [2005-10-17 20:15]: > > Plus null bytes can then be part of the data, so most > > charset-oblivious software breaks. > > I thought breaking 8-bit-only software was a good thing. I said charset-*oblivious*. A lot of software passes around strings without ever processing them. It

Re: Significant whitespace (was Re: Blogging sucks)

2005-10-17 Thread A. Pagaltzis
* Abigail [2005-10-17 20:05]: > My terminal doesn't do Unicode (and the ones that do suck in > different ways - I'm sticking with rxvt). You may or may not want to try urxvt alias rxvt-unicode. Which is what I’m using. Regards, -- Aristotle Pagaltzis //

Re: Significant whitespace (was Re: Blogging sucks)

2005-10-17 Thread Peter da Silva
> MTAs shouldn't be interpreting any utf-8. MTA is actually an overloaded term, seeing as it incorporates mail transport agents and mail routing agents. In addition software that implements mail transport and routing includes spam filters, virus checkers, vacation and other automatic response soft

Re: Significant whitespace (was Re: Blogging sucks)

2005-10-17 Thread A. Pagaltzis
* Peter da Silva [2005-10-17 18:35]: > On Oct 17, 2005, at 9:26 AM, A. Pagaltzis wrote: > >Prior to Unicode it was quite customary to do what they did, > >too. > > Only for idiots. There's not enough room in 8-bits to fit all > the special characters they need, so they end up doing escaping > or

Re: Significant whitespace (was Re: Blogging sucks)

2005-10-17 Thread Peter da Silva
> Yuck, then you???re saddled with endianness issues. Good, that'll shake out the last of the big-endian systems. > Plus null bytes > can then be part of the data, so most charset-oblivious software > breaks. I thought breaking 8-bit-only software was a good thing. > Not worth it, considering t

Re: Significant whitespace (was Re: Blogging sucks)

2005-10-17 Thread Peter da Silva
> Can you explain to me why you or anyone else would bother using a curly > apostrophe? Because stupid GUI software automatically turns the one into the other, instead of treating it as a presentation issue. I mean, if the editor can tell when to do the conversion on *input*, then the display devi

Re: Significant whitespace (was Re: Blogging sucks)

2005-10-17 Thread Abigail
On Mon, Oct 17, 2005 at 07:55:14PM +0200, A. Pagaltzis wrote: > * Abigail [2005-10-17 19:45]: > > If you want to send to something that looks curly, send me a > > PDF or an image. If you want to indicate you're contracting two > > words, use a apostrophe. And let *me* decide whether I want > > the

Re: Significant whitespace (was Re: Blogging sucks)

2005-10-17 Thread Peter da Silva
> > Software configured to use anything other than UTF-8 (or, at the > > very least another UTF-*) is hateful. I can???t wait until > > single-byte charsets are a thing of the past. > Variable width character sets are themselves hateful. I'll go further > and say that they are a spectacularly stu

Re: Significant whitespace (was Re: Blogging sucks)

2005-10-17 Thread A. Pagaltzis
* Abigail [2005-10-17 19:45]: > If you want to send to something that looks curly, send me a > PDF or an image. If you want to indicate you're contracting two > words, use a apostrophe. And let *me* decide whether I want > them straight or curly. Meanwhile everyone is using apostrophes as straigh

Re: Significant whitespace (was Re: Blogging sucks)

2005-10-17 Thread Abigail
On Mon, Oct 17, 2005 at 04:51:21PM +0100, Matthew Garrett wrote: > On Mon, Oct 17, 2005 at 05:45:34PM +0200, Juerd wrote: > > Matthew Garrett skribis 2005-10-17 16:44 (+0100): > > > U+0027 is sufficiently overloaded with a large number of historical > > > meanings that it's preferable to use a mor

Re: Significant whitespace (was Re: Blogging sucks)

2005-10-17 Thread Matthew Garrett
On Mon, Oct 17, 2005 at 06:04:41PM +0100, David Cantrell wrote: > On Mon, Oct 17, 2005 at 03:56:40PM +0100, Matthew Garrett wrote: > > And have to rewrite huge quantities of software. UTF-8 has its > > disadvantages, but there's very little hateful about it - it achieves > > what it sets out to d

Re: Significant whitespace (was Re: Blogging sucks)

2005-10-17 Thread David Cantrell
On Mon, Oct 17, 2005 at 03:56:40PM +0100, Matthew Garrett wrote: > On Mon, Oct 17, 2005 at 03:36:16PM +0100, David Cantrell wrote: > > Variable width character sets are themselves hateful. I'll go further > > and say that they are a spectacularly stupid idea, and that whoever > > decreed them need

Re: Significant whitespace (was Re: Blogging sucks)

2005-10-17 Thread Peter da Silva
On Oct 17, 2005, at 9:26 AM, A. Pagaltzis wrote: * Peter da Silva [2005-10-17 08:55]: Steve Jobs, Bill Gates, and some unsung idiot at Adobe all independantly came up with the idea of cramming "smart quites" into the character set, all in different ways. I’m sending neither MacRoman nor Wind

Re: Significant whitespace (was Re: Blogging sucks)

2005-10-17 Thread Peter da Silva
On Oct 17, 2005, at 6:46 AM, David Cantrell wrote: And even if it did make UFS the default it would still suck, because it doesn't support large filesystems. Want a 2TB fs? You've got no choice but to use HFS+. OK, I'd assume that if they were to make UFS the default they'd start by pickin

Re: Significant whitespace (was Re: Blogging sucks)

2005-10-17 Thread A. Pagaltzis
* Juerd [2005-10-17 17:45]: > Who would have thought that with all this redundancy, they'd > get two semantically so very different things in a single > codepoint? Yes – the one and sole thing I really hate about Unicode. Regards, -- Aristotle Pagaltzis //

Re: Significant whitespace (was Re: Blogging sucks)

2005-10-17 Thread Matthew Garrett
On Mon, Oct 17, 2005 at 05:45:34PM +0200, Juerd wrote: > Matthew Garrett skribis 2005-10-17 16:44 (+0100): > > U+0027 is sufficiently overloaded with a large number of historical > > meanings that it's preferable to use a more precise Unicode code point > > wherever possible. > > U+2019, having

Re: Significant whitespace (was Re: Blogging sucks)

2005-10-17 Thread Juerd
Matthew Garrett skribis 2005-10-17 16:44 (+0100): > U+0027 is sufficiently overloaded with a large number of historical > meanings that it's preferable to use a more precise Unicode code point > wherever possible. U+2019, having two very different uses, isn't quite more precise. Juerd -- http

Re: Significant whitespace (was Re: Blogging sucks)

2005-10-17 Thread Matthew Garrett
On Mon, Oct 17, 2005 at 05:37:43PM +0200, Juerd wrote: > Also, the apostrophe is not a single quote. You send us RIGHT SINGLE > QUOTATION MARK (U+2019), in places where you should use APOSTROPHE > (U+0027). U+2019 RIGHT SINGLE QUOTATION MARK Notes: • this is the preferred character to use for a

Re: Significant whitespace (was Re: Blogging sucks)

2005-10-17 Thread Juerd
Juerd skribis 2005-10-17 17:37 (+0200): > Also, the apostrophe is not a single quote. You send us RIGHT SINGLE > QUOTATION MARK (U+2019), in places where you should use APOSTROPHE > (U+0027). I stand somewhat-corrected. Several sources say that U+2019 is okay to be used for apostrophes. Who would

Re: Significant whitespace (was Re: Blogging sucks)

2005-10-17 Thread Juerd
A. Pagaltzis skribis 2005-10-17 17:21 (+0200): > The straight quotes were a typewriter invention, along with > monospace fonts. And both have proven to work extremely well in many circumstances. Also, the apostrophe is not a single quote. You send us RIGHT SINGLE QUOTATION MARK (U+2019), in plac

Re: Significant whitespace (was Re: Blogging sucks)

2005-10-17 Thread A. Pagaltzis
* Luke Kanies [2005-10-17 17:05]: > I'm guessing Pine has no relationship to whether this works; > I'm thinking instead that it's the terminal itself. But I > don't know, and I'm not likely to spend the hours and hours it > would take to find out and then fix every terminal I have. If it was the

Re: Significant whitespace (was Re: Blogging sucks)

2005-10-17 Thread A. Pagaltzis
* Luke Kanies [2005-10-17 17:00]: > the day that I 'love' a package manager is the about 3 years > after I officially stopped maintaining my computers. On this we can definitely agree. Regards, -- Aristotle Pagaltzis //

Re: Significant whitespace (was Re: Blogging sucks)

2005-10-17 Thread A. Pagaltzis
* David Cantrell [2005-10-17 16:40]: > Variable width character sets are themselves hateful. I'll go > further and say that they are a spectacularly stupid idea, and > that whoever decreed them needs shootin'. Yes, being able to > represent more than 220-odd characters is a Good Idea. So > damn

Re: Significant whitespace (was Re: Blogging sucks)

2005-10-17 Thread Luke Kanies
On Mon, 17 Oct 2005, A. Pagaltzis wrote: This is a straight apostrophe: ' This is a curly apostrophe: ’ Can you explain to me why you or anyone else would bother using a curly apostrophe? Is the key more conveniently placed? Do you just like annoying people who are stuck with stupider inte

Re: Significant whitespace (was Re: Blogging sucks)

2005-10-17 Thread Luke Kanies
On Mon, 17 Oct 2005, Juerd wrote: > I have this feeling -again- that you haven't seriously given recent > Linux distributions a serious try and chance. Being a heavy user of both OS X and Linux (Debian), I can definitely say that neither are without their hates. I wouldn't want to run an OS X se

Re: Significant whitespace (was Re: Blogging sucks)

2005-10-17 Thread Matthew Garrett
On Mon, Oct 17, 2005 at 03:36:16PM +0100, David Cantrell wrote: > Variable width character sets are themselves hateful. I'll go further > and say that they are a spectacularly stupid idea, and that whoever > decreed them needs shootin'. Yes, being able to represent more than > 220-odd characters

Re: Significant whitespace (was Re: Blogging sucks)

2005-10-17 Thread David Cantrell
On Mon, Oct 17, 2005 at 04:23:12PM +0200, A. Pagaltzis wrote: > Software configured to use anything other than UTF-8 (or, at the > very least another UTF-*) is hateful. I can???t wait until > single-byte charsets are a thing of the past. Variable width character sets are themselves hateful. I'll

Re: Significant whitespace (was Re: Blogging sucks)

2005-10-17 Thread A. Pagaltzis
* Peter da Silva [2005-10-17 08:55]: > Steve Jobs, Bill Gates, and some unsung idiot at Adobe all > independantly came up with the idea of cramming "smart quites" > into the character set, all in different ways. I’m sending neither MacRoman nor Windows-1252 (either of which would be a massively h

Re: Significant whitespace (was Re: Blogging sucks)

2005-10-17 Thread A. Pagaltzis
* Luke Kanies [2005-10-17 08:05]: > What I don't understand is what stinking moron decided that > other character sets would use a different coding for the > apostrophe character. This is a straight apostrophe: ' This is a curly apostrophe: ’ > I get this in Aristotle's emails (gibberish instead

Re: Significant whitespace (was Re: Blogging sucks)

2005-10-17 Thread Juerd
Peter da Silva skribis 2005-10-17 6:44 (-0500): > If the number of elements in <> (or any similar construct) > depends on what's in $quux, that's not just hateful... it's evil. You might > as well go back to the shell. Agreed. Juerd -- http://convolution.nl/maak_juerd_blij.html http://convolut

Re: Significant whitespace (was Re: Blogging sucks)

2005-10-17 Thread Juerd
Peter da Silva skribis 2005-10-17 6:38 (-0500): > It's software. > What did you fucking expect? It to suck less than Linux+KDE. > But if you want Unicode to Just Work, it's your best option by far. Except that Terminal.app came configured to use iso-8859-1 by default, and the default fonts seem

Re: Significant whitespace (was Re: Blogging sucks)

2005-10-17 Thread Peter da Silva
> <> > is just an easy way to write > "foo bar $quux".split > # not necessarily ("foo", "bar", "$quux") If you're going to provide "a handy way to write" something, at least make it a "handy way to write" the version of that something that doesn't make it easier for people to write e

Re: Significant whitespace (was Re: Blogging sucks)

2005-10-17 Thread David Cantrell
On Mon, Oct 17, 2005 at 06:38:33AM -0500, Peter da Silva wrote: > Where Mac OS X pisses me off is low level shit like the lack of > tape support and the fact that UFS isn't the default file system. And even if it did make UFS the default it would still suck, because it doesn't support large files

Re: Significant whitespace (was Re: Blogging sucks)

2005-10-17 Thread Peter da Silva
> I heard tho "Get a Mac" mantra so often that I started believing it > would actually not be as hateful as the rest of software. It's software. What did you fucking expect? But if you want Unicode to Just Work, it's your best option by far. > A little less > than a year later, I know much bett

Re: Significant whitespace (was Re: Blogging sucks)

2005-10-17 Thread David Cantrell
On Sun, Oct 16, 2005 at 07:15:42PM -0500, Peter da Silva wrote: > Programming languages that include characters not in USASCII are hateful. Hear hear! Programming languages that LET YOU include characters not in ASCII are hateful. That's all of them. If you want to use a funny heathen characte

Re: Significant whitespace (was Re: Blogging sucks)

2005-10-17 Thread Juerd
Abigail skribis 2005-10-17 9:34 (+0200): > > In both cases I am talking about the %hash<> syntax (per > > ASCII-transliterated version of the operator). > Ah, that one. I think that this week[*] they are going for: > %hash Single angle brackets are for word lists, similar to Perl 5's qw// ope

Re: Significant whitespace (was Re: Blogging sucks)

2005-10-17 Thread Abigail
On Mon, Oct 17, 2005 at 12:12:39AM +0200, A. Pagaltzis wrote: > * Abigail [2005-10-16 23:55]: > > > Can you throw in whitespace in those examples if you use the > > > new %hash??key?? syntax instead? > > > > Question marks? No idea to which syntax you are referring. > > > > > (And if not, would

Re: Significant whitespace (was Re: Blogging sucks)

2005-10-17 Thread Juerd
Peter da Silva skribis 2005-10-17 1:50 (-0500): > Get a Mac. And install Linux on it :) I heard tho "Get a Mac" mantra so often that I started believing it would actually not be as hateful as the rest of software. A little less than a year later, I know much better and have installed Linux on it

Re: Significant whitespace (was Re: Blogging sucks)

2005-10-17 Thread Peter da Silva
> What I don't understand is what stinking moron decided that other character > sets would use a different coding for the apostrophe character. Steve Jobs, Bill Gates, and some unsung idiot at Adobe all independantly came up with the idea of cramming "smart quites" into the character set, all in d

Re: Significant whitespace (was Re: Blogging sucks)

2005-10-17 Thread Peter da Silva
> And until distributors provide it OOTB, it???s a *MASSIVE* pain to > get UTF-8 support set up. Get a Mac. It just works. Out of the box. I still think even having it as on option in Perl6 is so fundamentally misguided it makes Perl4 seem sane.

Re: Blogging sucks

2005-10-17 Thread Peter da Silva
> The question it all started with is: if you want to indent > something in Markdown, how do you do that? No, the question was "if you want to indent something without it turning into code, how do you do that". That was in response to your comment about indented code. > And the answer is: > then

Re: Significant whitespace (was Re: Blogging sucks)

2005-10-17 Thread Luke Kanies
On Mon, 17 Oct 2005, A. Pagaltzis wrote: Mostly a font issue. The infrastructure is in place. I can’t *see* the character, but it’s gonna show up in this mail unmangled. What I don't understand is what stinking moron decided that other character sets would use a different coding for the ap

Re: Significant whitespace (was Re: Blogging sucks)

2005-10-17 Thread A. Pagaltzis
* Matthew Garrett [2005-10-17 06:25]: > Stuff like ☭, on the other hand... Mostly a font issue. The infrastructure is in place. I can’t *see* the character, but it’s gonna show up in this mail unmangled. Several projects exist which aim to create fonts with glyphs for all or at least a lot of Un

Re: Significant whitespace (was Re: Blogging sucks)

2005-10-17 Thread Matthew Garrett
On Sun, Oct 16, 2005 at 10:46:17PM -0500, Luke Kanies wrote: > On Mon, 17 Oct 2005, Juerd wrote: > > > ¥ (Y) > > « (<<) > > » (>>) > > *stuttering shock* > > Those actually show up correctly in my rxvt on OS X... Given that large swathes of people are able to deal with character set

Re: Significant whitespace (was Re: Blogging sucks)

2005-10-17 Thread Luke Kanies
On Mon, 17 Oct 2005, Juerd wrote: ¥ (Y) « (<<) » (>>) *stuttering shock* Those actually show up correctly in my rxvt on OS X... Not that that will get me using perl 6, either. -- The optimist proclaims that we live in the best of all possible worlds, and the pessimist fears that

Re: Blogging sucks

2005-10-17 Thread A. Pagaltzis
* Peter da Silva [2005-10-17 02:15]: > > There is no meaningful markup to do this in HTML, so I have no > > suggestion. > > Will you please explain what the presence or absence of this > markup in HTML has anything to do with the matter at hand? I > don't get it. Honestly, I don't get it. You're

Re: Significant whitespace (was Re: Blogging sucks)

2005-10-17 Thread Peter da Silva
> I would like to agree, but I fear that if we all take this stance > then things will be just as broken in 20 years, and 20 years > after that, and another 20 later. Restricting the character set used syntactically by a programming language is not going to make I18N any harder. There's no reason

Re: Significant whitespace (was Re: Blogging sucks)

2005-10-17 Thread Peter da Silva
> All languages should handle input and output in all character sets, but > none of them should be written in anything but ASCII. At least for the > next 20 years. Maybe then things will be different, but for now the > breakage is just huge. Well, we've even seen it tonight, something as > simple a

Re: Significant whitespace (was Re: Blogging sucks)

2005-10-17 Thread Peter da Silva
> Software which does not cope with UTF-8, like your MUA, is > massively hateful. [...] > I'm not sending UTF-8 out of flowery > notions, I actually need it. Programming languages that include characters not in USASCII are hateful. Whether it's Perl6 or Applescript. Whether the c

Re: Significant whitespace (was Re: Blogging sucks)

2005-10-17 Thread Peter da Silva
> Once you know that there must be no whitespace between the hash > name and the key lookup operator in Perl6, the parsing is > completely straightforward. While it's nice to see Perl authors having to deal with the same kind of problems everyone else who tries to deal with Perl as if it was a san

Re: Blogging sucks

2005-10-17 Thread Peter da Silva
> There is no meaningful markup to do this in HTML, so I have no > suggestion. Will you please explain what the presence or absence of this markup in HTML has anything to do with the matter at hand? I don't get it. Honestly, I don't get it. You're arguing as if markdown and raw HTML are the only o

Re: Significant whitespace (was Re: Blogging sucks)

2005-10-17 Thread A. Pagaltzis
* Juerd [2005-10-17 01:20]: > A. Pagaltzis skribis 2005-10-17 1:01 (+0200): > > You *can* use ASCII transliterations. %hash<> means the > > same as %hash«key», and from what I???ve seen there are only > > a few operators which have a non-ASCII variant at all. > > There are no operators in standa

Re: Significant whitespace (was Re: Blogging sucks)

2005-10-17 Thread Juerd
A. Pagaltzis skribis 2005-10-17 1:01 (+0200): > You *can* use ASCII transliterations. %hash<> means the same > as %hash«key», and from what I???ve seen there are only a few > operators which have a non-ASCII variant at all. There are no operators in standard Perl 6 that do not have a non-ASCII va

Re: Significant whitespace (was Re: Blogging sucks)

2005-10-17 Thread A. Pagaltzis
* David Cantrell [2005-10-17 01:00]: > You mean that if I configure mutt "correctly" my vt-320 will > magically support all those funny heathen characters? How does > that work? No, it will transliterate things. Ie it will display « as << and » as >>, will turn curly quotes into straight ones, e

Re: Significant whitespace (was Re: Blogging sucks)

2005-10-17 Thread A. Pagaltzis
* Martin Ebourne [2005-10-17 00:45]: > All languages should handle input and output in all character > sets, but none of them should be written in anything but ASCII. You *can* use ASCII transliterations. %hash<> means the same as %hash«key», and from what I’ve seen there are only a few operators

  1   2   >