[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: useing NFC for unicode?
From: |
Karl Berry |
Subject: |
Re: useing NFC for unicode? |
Date: |
Sat, 10 Aug 2013 21:47:30 GMT |
We use the NFC normalization in Plaintext/Info and HTML when we
'convert' to utf8 output (precisely, Unicode::Normalize::NFC
is used). I am not sure that it is correct.
Well, NFC is what Unicode recommends.
http://unicode.org/reports/tr15
Is there a specific result that seems questionable to you? (I can
easily believe this is the case.) I have not investigated in depth,
either the Perl module or the Unicode specs.
Thanks,
Karl