Re: Factoring out Content-Disposition (i123)

Julian Reschke wrote:
> 
>> A file system supporting Unicode (UTF-8 or UTF-16)
>> should be able to store about 50 or 75 code points.
> 
> Not sure how you come to that conclusion. For NTFS, the limit depends on 
> the API which is used and is either 64 or "unlimited" (I think).

On NTFS it's most certainly 255 characters or 248 for directory element
names.  See http://msdn.microsoft.com/en-us/library/aa365247(VS.85).aspx
On linux today, it's typically 255 characters (NAME_MAX).

Received on Tuesday, 19 August 2008 07:30:06 UTC