Normalization test

From: Markus Doppelbauer <doppelbauer_at_gmx.net>
Date: Mon, 10 Mar 2014 19:34:48 +0100
Hello,
 
I am working on an Unicode Normalization implemenation. I have a question
about a specific toNFC test rule.
 
toNFC(0061 0305 0315 0300 05AE 0062) =>
     (0061 05AE 0305 0300 0315 0062)
expected:
     (0061 05AE 0305 0300 0315 0062)
        \-------------/  =>
     (00E0 05AE 0305      0315 0062)
 
Why doesn't 0061 and 0300 combine to 00E0 ?
 
Thanks a lot
Markus
 

_______________________________________________
Unicode mailing list
Unicode_at_unicode.org
http://unicode.org/mailman/listinfo/unicode
Received on Mon Mar 10 2014 - 13:55:07 CDT

This archive was generated by hypermail 2.2.0 : Mon Mar 10 2014 - 13:55:07 CDT