- From: asmusf via GitHub <sysbot+gh@w3.org>
- Date: Thu, 26 Oct 2017 05:05:54 +0000
- To: public-i18n-archive@w3.org
On 10/25/2017 8:17 PM, Addison Phillips wrote:
>
> I made more contrasty color choices ("mmm! pastels!"). There is only
> one green color and one blue color: those characters use the same
> sequence as each other, which is what the color is supposed to
> illustrate visually.
>
> @asmusf <https://github.com/asmusf> No, the example doesn't illustrate
> canonical reordering. Nor does it discuss pre-normalized vs.
> non-normalized inputs. We do have text about some of these topics.
> UAX15, by my count, has at least 7 illustrations and tables about this
> topic. Shouldn't Mark and Ken have to do at least some of the heavy
> lifting here? :-)
>
> The U+01FA example was carefully chosen to have a compatibility
> equivalent and a canonical mapping (actually, two of them) as well as
> a precomposed code point. Is there a better general illustration?
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub
> <https://github.com/w3c/charmod-norm/issues/126#issuecomment-339538863>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/ANbTHlGjaSvvJf8EuCTP84Z5FPYHAN-Vks5sv_nGgaJpZM4P-C__>.
>
It's easy to get side tracked by some cases that exhibit all features
and therefore look neat.
I admit I only looked at it from the figure and didn't re-read
everything in context, but I keep running into people having real issues
with not getting the canonical reordering (or the fact that NFC starts
with NFD and only re-composes after reordering.)
This leads to claims that there are normalization exceptions when all
those are are unnormalized partially precomposed sequences that would
not work if NFC tried to compose them directly, but do work if they are
first decomposed (as is the case).
So I would step back from all the colors and ask what do we really need
to get across. And second, is putting everything into a single table the
best didactic tool? Having that much of an issue with colors tells you
that there may be an issue.
Finally, I have come across people who can't read a sequence when it
line-wraps inside a table cell; they read each line as alternative
representations for the same thing. Breaking apart that humongous table
would allow wider columns.
--
GitHub Notification of comment by asmusf
Please view or discuss this issue at https://github.com/w3c/charmod-norm/issues/126#issuecomment-339552390 using your GitHub account
Received on Thursday, 26 October 2017 05:05:58 UTC