OSDN Git Service

Cleaned up file name collation code
authorJean-Pierre André <jpandre@users.sourceforge.net>
Thu, 28 Jul 2016 14:10:14 +0000 (16:10 +0200)
committerJean-Pierre André <jpandre@users.sourceforge.net>
Thu, 28 Jul 2016 14:10:14 +0000 (16:10 +0200)
commit4264f19acb945b1269ea2d6503c19083a6889d65
treea393c897a479e9031c7af66d131ec9fcfc745616
parent54b78660d712a32067ae0f33a86bbe09eeecbd35
Cleaned up file name collation code

- Update documentation for COLLATION_RULES
- Document how ntfs_names_full_collate() compares names
- Update comments and DEBUG code to reflect that ntfs_names_full_collate()
  always access 'upcase', even in CASE_SENSITIVE mode
- Remove unneeded assignments to 'c1' and 'c2' in IGNORE_CASE mode

Signed-off-by: Eric Biggers <ebiggers3@gmail.com>
include/ntfs-3g/layout.h
libntfs-3g/unistr.c