alexr added a subscriber: alexr.
alexr added a comment.

Just to remind everybody, different OSes handle Unicode differently as well. 
Think of it as case insensitivity for the different Unicode ways of encoding 
the same glyph. For example U+00DC (LATIN CAPITAL LETTER U WITH DIAERESIS) vs 
U+0055 (LATIN CAPITAL LETTER U) and U+0308 (COMBINING DIAERESIS). Apple's HFS+ 
file system always decomposes file names to ensure consistent matching. Other 
OSes, not so much.


http://reviews.llvm.org/D11944



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to