Re: Not so long filenames

2008-10-28 Thread Jean-Daniel Dupas
Le 28 oct. 08 à 12:50, Gerriet M. Denkmann a écrit : On 28 Oct 2008, at 01:39, Jeremy Pereira wrote: On 26 Oct 2008, at 09:55, Gerriet M. Denkmann wrote: On 26 Oct 2008, at 00:30, Postmaster wrote: On 14 Oct 2008, at 21:00, Gerriet M. Denkmann wrote: On 14 Oct 2008, at 18:07, Jason

Re: Not so long filenames

2008-10-28 Thread Gerriet M. Denkmann
On 28 Oct 2008, at 01:39, Jeremy Pereira wrote: On 26 Oct 2008, at 09:55, Gerriet M. Denkmann wrote: On 26 Oct 2008, at 00:30, Postmaster wrote: On 14 Oct 2008, at 21:00, Gerriet M. Denkmann wrote: On 14 Oct 2008, at 18:07, Jason Coco wrote: On Oct 14, 2008, at 11:28 , Gerriet M. D

Re: Not so long filenames

2008-10-27 Thread Jeremy Pereira
On 26 Oct 2008, at 09:55, Gerriet M. Denkmann wrote: On 26 Oct 2008, at 00:30, Postmaster wrote: On 14 Oct 2008, at 21:00, Gerriet M. Denkmann wrote: On 14 Oct 2008, at 18:07, Jason Coco wrote: On Oct 14, 2008, at 11:28 , Gerriet M. Denkmann wrote: HFS+ stores files in decomposed

Re: Not so long filenames

2008-10-27 Thread Shawn Erickson
http://developer.apple.com/technotes/tn/tn1150.html ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscri

Re: Not so long filenames

2008-10-26 Thread Gerriet M. Denkmann
On 26 Oct 2008, at 00:30, Postmaster wrote: On 14 Oct 2008, at 21:00, Gerriet M. Denkmann wrote: On 14 Oct 2008, at 18:07, Jason Coco wrote: On Oct 14, 2008, at 11:28 , Gerriet M. Denkmann wrote: HFS+ and Finder can use filenames which use in Utf-16 up to 255 shorts. But in the prog

Re: Not so long filenames

2008-10-15 Thread Gerriet M. Denkmann
On 15 Oct 2008, at 03:32, Chris Suter wrote: On Wed, Oct 15, 2008 at 7:00 AM, Gerriet M. Denkmann <[EMAIL PROTECTED]> wrote: So again my question: why it is too long in this context and where is this documented? This looks like a bug in the kernel code. It looks like it checks the UTF8 st

Re: Not so long filenames

2008-10-15 Thread Gerriet M. Denkmann
On 14 Oct 2008, at 23:43, Sean McBride wrote: On 10/14/08 5:28 PM, Gerriet M. Denkmann said: But in the program below there seems to exist some other limit (at least on 10.4.11 Tiger). Where is this documented? Or what am I doing wong? #import int main (int argc, const char * argv[]) {

Re: Not so long filenames

2008-10-14 Thread Chris Suter
On Wed, Oct 15, 2008 at 7:00 AM, Gerriet M. Denkmann <[EMAIL PROTECTED]> wrote: > So again my question: why it is too long in this context and where is this > documented? This looks like a bug in the kernel code. It looks like it checks the UTF8 string length against kHFSPlusMaxFileNameChars (rat

Re: Not so long filenames

2008-10-14 Thread Sean McBride
On 10/14/08 5:28 PM, Gerriet M. Denkmann said: >But in the program below there seems to exist some other limit (at >least on 10.4.11 Tiger). >Where is this documented? >Or what am I doing wong? > > >#import > >int main (int argc, const char * argv[]) >{ > NSAutoreleasePool * pool = [[NSAutorele

Re: Not so long filenames

2008-10-14 Thread Gerriet M. Denkmann
On 14 Oct 2008, at 18:07, Jason Coco wrote: On Oct 14, 2008, at 11:28 , Gerriet M. Denkmann wrote: HFS+ and Finder can use filenames which use in Utf-16 up to 255 shorts. But in the program below there seems to exist some other limit (at least on 10.4.11 Tiger). Where is this documente

Re: Not so long filenames

2008-10-14 Thread Jason Coco
On Oct 14, 2008, at 11:28 , Gerriet M. Denkmann wrote: HFS+ and Finder can use filenames which use in Utf-16 up to 255 shorts. But in the program below there seems to exist some other limit (at least on 10.4.11 Tiger). Where is this documented? Or what am I doing wong? ... Filewrapper ha

Not so long filenames

2008-10-14 Thread Gerriet M. Denkmann
HFS+ and Finder can use filenames which use in Utf-16 up to 255 shorts. But in the program below there seems to exist some other limit (at least on 10.4.11 Tiger). Where is this documented? Or what am I doing wong? #import int main (int argc, const char * argv[]) { NSAutoreleasePool * po