> More in the solution space:
>
> iso 10646 characters will be enough forever for DNS purposes YES/NO
UCS-4 should cover all languages including all variation in time to come.
However, it also have a lot of problems, including the fact that it changes
from time to time :P
> a single representation for i18c must be chosen YES/NO
maybe? i think different proposals will have answer to this. i think we should
leave it open, and not limit to only iso10646 or some other encodings.
> For matching records, Choose One:
>
> it matters whether matching is consistent across all servers
> it doesn't matter whether matching is consistent across all servers
I think obviously we need to make sure matching is consistent across all
servers.
> i18c Cyrillic A must compare equal to Latin A
> i18c Cyrillic A must compare not equal to Latin A
> i18c A with Ring Above must compare equal to a with ring above
> i18c A with Ring Above must compare not equal to a with ring above
> i18c ASCII A must compare equal to a
> i18c ASCII A must compare not equal to a
> i18c A + COMBINING RING ABOVE must compare equal to A with Ring Above
> i18c A + COMBINING RING ABOVE must not compare equal to A with Ring
Above
case-folding is not a simple problem, even for european languages as it may
varies on context. http://www.unicode.org/unicode/reports/tr21/ is a good
report on case mapping problem, at least for european languages.
> Others are MUCH better than me in compiling example cases and requirements
> for Korean, Japanese, Thai, Arabic, Hebrew.....
in addition, there are also languages which have other problem on folding.
chinese for example have simplified & traditional glyphs which means the same
thing, use in the same way but given different codespace.
japanese kanji also have traditional & simplified glyphs but it is usually
considered differently. or at least that is what i have been told.
this will be a problem if ISO10646 is used. because of the CJK unification
(arggh who is the idiot?), japanese & chinese falls under the same U+4E00
code space. if one folds and the other not, i think it is fairly obvious
how messy it is going to be.