Haskell Platform Proposal: add the 'text' library

Colin Paul Adams colin at colina.demon.co.uk
Thu Oct 21 12:32:08 EDT 2010


>>>>> "Tyson" == Tyson Whitehead <twhitehead at gmail.com> writes:


    Tyson> Given that not all combined characters can be reduced to a
    Tyson> single code point (from your first paragraph), it would seem
    Tyson> that MacOS normalization has a conceptual advantage over
    Tyson> Windows normalization.

I don't think it is O/S specific. There are different normalization
schemes available to all O/Ses. The four most-standard ones are NFC,
NFD, NFKC and NFKD.

Here C standards for compmosition, D stands for Decomposition, and K
stands for Kompatibility.

Different applications have different needs.
-- 
Colin Adams
Preston Lancashire
()  ascii ribbon campaign - against html e-mail
/\  www.asciiribbon.org   - against proprietary attachments


More information about the Libraries mailing list