[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Add a predicate for canonical file name
From: |
Kalle Olavi Niemitalo |
Subject: |
Re: Add a predicate for canonical file name |
Date: |
Sun, 16 Oct 2016 04:05:49 +0300 |
User-agent: |
Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.51 (gnu/linux) |
John Yates <address@hidden> writes:
> Or are you saying that the Linux HFS+ driver performs a conversion?
Yes: in Linux 3.6.0, fs/hfsplus/dir.c (hfsplus_readdir) calls
fs/hfsplus/unicode.c (hfsplus_uni2asc), which first converts
decomposed UTF-16 to precomposed UTF-16 and then converts that to
the charset specified with the "nls" mount option.