[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [idn] spoofing by combining diacritical marks
At 12:24 01/08/30 +0900, Soobok Lee wrote:
>BTW, Unicode Standard Chap2. Section 2.6, Figure 2-10 has an example:
>
> <latin a><combining dot below><combining dot above>
> <latin a><combining dot above><combining dot below>
>
> These two sequences are defined to have the same look
> But, I can't find yet any _NORMALIZATION_ rules to unify them.
>
> Does unicode standards have any rules to unify them ?
This is one of the main jobs of NFC (and by extension, of NFKC).
I suggest that ask such questions on a different list, e.g.
unicode@unicode.org.
Regards, Martin.