NTFS's UTF-8 encoder/decoder doesn't support surrogate pair.

Issue #23 closed
Takehiko NOZAKI repo owner created an issue

src/sys/fs/unicode.h only accept 3byte UTF-8(affored to UCS2). it is ok for ISO9660's Joliet extension, but NTFS filename is UTF-16, surrogate pair support is required.

Comments (4)

  1. Log in to comment