[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [idn] stringprep comment 5: hangul conjoining sequence
Kent Karlsson <kentk@md.chalmers.se> wrote:
> Compatibility (non-conjoining) Hangul letters are best prohibited.
Stringprep does normalization before prohibition, so prohibiting
compatibility characters would have no effect. After the normalization
step, there are no compatibility characters in the string.
A trick you could play, however, would be to map the characters in
question to an arbitrary prohibited character that survives the
normalization step (like U+0000).
AMC