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@unicode.org
http://unicode.org/mailman/listinfo/unicode

Reply via email to