Csaba Raduly wrote:
On Wed, Aug 11, 2010 at 4:49 PM, Michael Pruemm wrote:
Vincent Lefevre wrote:
(snip)
Under these conditions, the only possibility is
to encode the filenames in UTF-8 anyway. So, why not enforcing
that?
But don't forget that different platforms may use different UTF-8 encodings
for the same filename.
Huh? There's only one UTF-8 encoding for each Unicode code point. Are
you thinking of code pages?
I believe he is thinking of the way an accented character can be
encoded: either its direct codepoint or diacritic + letter
This makes more bytes, but in the end, it's all valid UTF-8