UnixFilename.st
changeset 9940 2c73d0c164b9
parent 9931 d43f06e92188
child 11318 fc07976462e8
equal deleted inserted replaced
9939:59877f64325d 9940:2c73d0c164b9
     1 "{ Encoding: utf8 }"
       
     2 
       
     3 "
     1 "
     4  COPYRIGHT (c) 1997 by eXept Software AG
     2  COPYRIGHT (c) 1997 by eXept Software AG
     5 	      All Rights Reserved
     3 	      All Rights Reserved
     6 
     4 
     7  This software is furnished under a license and may be used
     5  This software is furnished under a license and may be used
    59     ].
    57     ].
    60     ^ (self basicNew) setName:singleByteString
    58     ^ (self basicNew) setName:singleByteString
    61 
    59 
    62     "
    60     "
    63      Filename named:'/tmp/fooBar'
    61      Filename named:'/tmp/fooBar'
    64      Filename named:'китайский'
       
    65     "
    62     "
    66 
    63 
    67     "Modified: / 04-08-2005 / 09:21:35 / janfrog"
    64     "Modified: / 04-08-2005 / 09:21:35 / janfrog"
    68     "Modified: / 18-09-2006 / 20:50:30 / cg"
    65     "Modified: / 18-09-2006 / 22:20:51 / cg"
    69 ! !
    66 ! !
    70 
    67 
    71 !UnixFilename class methodsFor:'queries'!
    68 !UnixFilename class methodsFor:'queries'!
    72 
    69 
    73 isBadCharacter:aCharacter
    70 isBadCharacter:aCharacter
   204 ! !
   201 ! !
   205 
   202 
   206 !UnixFilename class methodsFor:'documentation'!
   203 !UnixFilename class methodsFor:'documentation'!
   207 
   204 
   208 version
   205 version
   209     ^ '$Header: /cvs/stx/stx/libbasic/UnixFilename.st,v 1.13 2006-09-18 18:50:20 cg Exp $'
   206     ^ '$Header: /cvs/stx/stx/libbasic/UnixFilename.st,v 1.14 2006-09-18 20:19:54 cg Exp $'
   210 ! !
   207 ! !