[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [idn] ACE37



From: "Adam M. Costello" <amc@cs.berkeley.edu>
> Edmon <edmon@neteka.com> wrote:
>
> > I think the point I am trying to make is that ACE37 greatly increases
> > the capacity for CJK ideographs
>
> Yes, it certainly does (and also reduces the capacity for non-CJK
> characters).
>

Agreed.  From the discussions here however, it seems that CJK capacity is of
more concern than non-CJK.  I have heard quite a few raise the issue that 15
characters for CJK is not enough, but I think generally, non-CJK having ~30
codepoint capacity is ok.  Also this was suggested by the ACE design team.

> > without requiring a complex algorithm
>
> I agree that the amount of complexity it adds to DUDE is not great, but
> I think it's comparable to the amount of complexity that AMC-ACE-W adds
> to DUDE.  DUDE does not have six different patterns, it has only one
> pattern, because they're all handled by the same logic:
>
Yes, I agree that there is an amount of complexity added to DUDE, and you
also agree that the amount is small.
Additionally, ACE37 maintains the one-mode system that I think is comparably
less complex than a separate state machine that is required by AMC-ACE-W.

Edmon