Displaying 1 result from an estimated 1 matches for "chapter_9_section_13".
Did you mean:
  chapter_4_section_3
  
2003 May 11
1
Mac OS X canonically decomposed UTF-16 filenames
Hi.
I'd like to find some way for Samba to convert the filenames created
by Macintosh OS X into something windows can use.
According to their docs:
    http://developer.apple.com/techpubs/macosx/Essentials/SystemOverview/FileSystem/chapter_9_section_13.html
filenames are stored as
   canonically decomposed Unicode 2.1 in UTF-16 format (a sequence of
   16-bit codes)
Samba running on a mac seems to work okay.  It's when I write data to
an NFS volume where I get in trouble.  I'm running samba on a linux
that exports NFS shares for Mac sy...