[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: saving files with a file name consisting of many words
From: |
Stefan Monnier |
Subject: |
Re: saving files with a file name consisting of many words |
Date: |
Sun, 06 Apr 2025 11:49:40 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
> AFAIK, NTFS does use UTF-16, and that's how file names are recorded on
> disk. The so-called "wide" or "Unicode" APIs that Windows provides
> simply expose the same encoding as the one used by NTFS internally.
What I'm saying is that if you're accessing files on a filesystem that
doesn't use UTF-16 but some other encoding, Windows will still show
names in UTF-16, because that's a property of the API we use, not of the
underlying filesystem.
Stefan
- Re: saving files with a file name consisting of many words, (continued)
- Re: saving files with a file name consisting of many words, Pierre Rouleau, 2025/04/04
- Re: saving files with a file name consisting of many words, Pyromania, 2025/04/04
- Re: saving files with a file name consisting of many words, Pyromania, 2025/04/04
- Re: saving files with a file name consisting of many words, tomas, 2025/04/04
- Re: saving files with a file name consisting of many words, Yuri Khan, 2025/04/05
- Re: saving files with a file name consisting of many words, tomas, 2025/04/05
- Re: saving files with a file name consisting of many words, Stefan Monnier, 2025/04/05
- Re: saving files with a file name consisting of many words, Eli Zaretskii, 2025/04/05
- Re: saving files with a file name consisting of many words, Stefan Monnier, 2025/04/05
- Re: saving files with a file name consisting of many words, Eli Zaretskii, 2025/04/06
- Re: saving files with a file name consisting of many words,
Stefan Monnier <=
- Re: saving files with a file name consisting of many words, tomas, 2025/04/05
- Re: saving files with a file name consisting of many words, mbork, 2025/04/05
- Re: saving files with a file name consisting of many words, Pyromania, 2025/04/13
- Re: saving files with a file name consisting of many words, Gottfried, 2025/04/05
Re: saving files with a file name consisting of many words, tomas, 2025/04/03
Re: saving files with a file name consisting of many words, Eli Zaretskii, 2025/04/03