comp.lang.ada
 help / color / mirror / Atom feed
From: Shark8 <onewingedshark@gmail.com>
Subject: Re: Strange crash on custom iterator
Date: Wed, 4 Jul 2018 18:46:05 -0700 (PDT)
Date: 2018-07-04T18:46:05-07:00	[thread overview]
Message-ID: <f8872879-623f-4712-8600-9f6ce8360c24@googlegroups.com> (raw)
In-Reply-To: <795161eb-b58c-4146-9721-9b553039868a@googlegroups.com>

On Wednesday, July 4, 2018 at 6:12:06 PM UTC-6, Dan'l Miller wrote:
> On Wednesday, July 4, 2018 at 5:04:13 PM UTC-5, Shark8 wrote:
> > On Wednesday, July 4, 2018 at 2:05:17 PM UTC-6, Lucretia wrote:
> > > On Wednesday, 4 July 2018 20:53:21 UTC+1, Shark8  wrote:
> > > 
> > > > But let's take a step backward; what about displaying the text? One certainly could argue that Unicode is a good solution in this arena, after all havng the ability to encode all of human language is it's stated design-goal, so surely it must be well-suited to that, right?
> > > 
> > > You're wrong. Unicode is not about displaying text, it even says that in the spec, it's about representation. Stop trying to force Unicode into Lisp or Forth or whatever to try to add meaning to text.
> > 
> > I didn't say it *was*, I used display as an example.
> > But you bring up a good point: it's a terrible representation, for all that I've said, and more.
> 
> Shark8, it seems that your criticisms were that instead of representing the Hebrew letters, we ought to represent the whole Hebrew word.  Isn't that an entirely different problem-space higher in the food chain?
> 
> My qualms with Unicode is that it gets into far more topics than character encoding and then for some odd reason refuses to standardize single-codepoint representation of some language's letters (and then for some even odder reason standardizes offbeat emojis far beyond the original Japanese single-codepoint representations of old 1980s emoticons).  I guess all that billion codepoints beyond BMP is reserved for all the extra-terrestrial space-alien languages, not for us mere mortals on planet Earth.  Poor old Lithuanian needs to not only stand in line behind all the Western European nations (and their former colonies) but also poor old Lithuanian needs to stand in line behind E.T.
> 
> Shark8, what would be the better solution for character-encoding itself?  (not whole words)

Whole-word isn't a terrible idea, per se. But the thrust I was getting at is the delination between languages: with Unicode it's a sequence of codepoints, independent of the actual item (word, sentence, etc) other than [perhaps] graphic-presented. That the example is (Eng,Eng,Eng...Eng, Heb,Heb,Heb,Heb, Eng,Eng,Eng...) codepoints is not the problem, though related, because it discards all information in favor of (num, num, num, num, ...) rather than actually considering alternate languages: IMO, ("The Hebrew word for man" (quote ADAM) (quote "Adam") ".") is much better as 'text' because we're preserving structure: [ENGLISH [THIS SECTION HEBREW] ENGLISH].


  reply	other threads:[~2018-07-05  1:46 UTC|newest]

Thread overview: 73+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-30 10:48 Strange crash on custom iterator Lucretia
2018-06-30 11:32 ` Simon Wright
2018-06-30 12:02   ` Lucretia
2018-06-30 14:25     ` Simon Wright
2018-06-30 14:33       ` Lucretia
2018-06-30 19:25         ` Simon Wright
2018-06-30 19:36           ` Luke A. Guest
2018-07-01 18:06             ` Jacob Sparre Andersen
2018-07-01 19:59               ` Simon Wright
2018-07-02 17:43                 ` Luke A. Guest
2018-07-02 19:42                   ` Simon Wright
2018-07-03 14:08                     ` Lucretia
2018-07-03 14:17                       ` J-P. Rosen
2018-07-03 15:06                         ` Lucretia
2018-07-03 15:45                           ` J-P. Rosen
2018-07-03 15:55                             ` Lucretia
2018-07-03 17:00                               ` J-P. Rosen
2018-07-03 15:57                             ` Dmitry A. Kazakov
2018-07-03 16:07                               ` Lucretia
2018-07-03 16:36                                 ` Dmitry A. Kazakov
2018-07-03 16:42                                   ` Lucretia
2018-07-03 16:45                                     ` Lucretia
2018-07-03 20:18                                     ` Dmitry A. Kazakov
2018-07-03 21:04                                       ` Lucretia
2018-07-04  1:26                                         ` Dan'l Miller
2018-07-04  1:59                                           ` Lucretia
2018-07-04  7:37                                             ` Dmitry A. Kazakov
2018-07-04 12:46                                             ` Dan'l Miller
2018-07-04 13:37                                             ` Dennis Lee Bieber
2018-07-04  7:21                                         ` Dmitry A. Kazakov
2018-07-03 18:54                                   ` Dan'l Miller
2018-07-03 20:22                                     ` Dmitry A. Kazakov
2018-07-04  7:33                                   ` J-P. Rosen
2018-07-04  7:53                                     ` Dmitry A. Kazakov
2018-07-04  9:55                                       ` J-P. Rosen
2018-07-04 10:01                                         ` Dmitry A. Kazakov
2018-07-04 11:30                                           ` J-P. Rosen
2018-07-04 13:27                                             ` Dmitry A. Kazakov
2018-07-04 14:37                                               ` Dan'l Miller
2018-07-04 14:43                                                 ` Dan'l Miller
2018-07-04 14:57                                                 ` J-P. Rosen
2018-07-04 15:41                                                 ` Lucretia
2018-07-04 16:55                                                   ` Dan'l Miller
2018-07-04 18:01                                                     ` Shark8
2018-07-04 18:57                                                       ` Dmitry A. Kazakov
2018-07-04 19:53                                                         ` Shark8
2018-07-04 20:05                                                           ` Lucretia
2018-07-04 22:04                                                             ` Shark8
2018-07-05  0:12                                                               ` Dan'l Miller
2018-07-05  1:46                                                                 ` Shark8 [this message]
2018-07-05  2:07                                                                   ` Luke A. Guest
2018-07-05 16:47                                                                     ` Shark8
2018-07-05 17:19                                                                       ` Dan'l Miller
2018-07-05 19:14                                                                         ` Shark8
2018-07-04 20:43                                                           ` Dmitry A. Kazakov
2018-07-04 17:51                                             ` Jacob Sparre Andersen
2018-07-04 18:06                                               ` Shark8
2018-07-04 18:59                                                 ` Dan'l Miller
2018-07-04 19:01                                                 ` Dmitry A. Kazakov
2018-07-05 18:08                                                   ` Randy Brukardt
2018-07-05 19:41                                                     ` Dmitry A. Kazakov
2018-07-04 21:00                                                 ` Jacob Sparre Andersen
2018-07-05 18:06                                               ` Randy Brukardt
2018-07-04 19:02                                       ` G. B.
2018-07-04 19:16                                         ` Dmitry A. Kazakov
2018-07-04 20:40                                           ` G. B.
2018-07-04 20:55                                             ` Dmitry A. Kazakov
2018-07-04 21:21                                               ` G.B.
2018-07-05  7:55                                                 ` Dmitry A. Kazakov
2018-07-06  8:28                                                   ` G.B.
2018-07-06  8:57                                                     ` Dmitry A. Kazakov
2018-07-02  8:31               ` Lucretia
2018-06-30 14:34       ` Lucretia
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox