CharacterArray.st
changeset 14168 fb2ae640ab02
parent 14150 e13160aa321a
child 14405 1d0d99a95bba
equal deleted inserted replaced
14167:4f6fd7a72967 14168:fb2ae640ab02
  1551     "added for visual works compatibility"
  1551     "added for visual works compatibility"
  1552     ^ true
  1552     ^ true
  1553 ! !
  1553 ! !
  1554 
  1554 
  1555 
  1555 
  1556 
       
  1557 !CharacterArray methodsFor:'character searching'!
  1556 !CharacterArray methodsFor:'character searching'!
  1558 
  1557 
  1559 includesMatchCharacters
  1558 includesMatchCharacters
  1560     "return true if the receiver includes any GLOB meta-match characters (i.e. $* or $#)
  1559     "return true if the receiver includes any GLOB meta-match characters (i.e. $* or $#)
  1561      for match operations; false if not.
  1560      for match operations; false if not.
  4637      Here, by default, we assume unicode-encoding.
  4636      Here, by default, we assume unicode-encoding.
  4638      Notice, that iso8859-1 is a true subset of unicode,
  4637      Notice, that iso8859-1 is a true subset of unicode,
  4639      and that singleByteStrings are therefore both unicode AND
  4638      and that singleByteStrings are therefore both unicode AND
  4640      8859-1 encoded."
  4639      8859-1 encoded."
  4641 
  4640 
  4642     ^ #'unicode'
  4641     ^ #unicode
  4643 !
  4642 !
  4644 
  4643 
  4645 hasChangeOfEmphasis
  4644 hasChangeOfEmphasis
  4646     ^ false
  4645     ^ false
  4647 
  4646 
  6079 ! !
  6078 ! !
  6080 
  6079 
  6081 !CharacterArray class methodsFor:'documentation'!
  6080 !CharacterArray class methodsFor:'documentation'!
  6082 
  6081 
  6083 version
  6082 version
  6084     ^ '$Header: /cvs/stx/stx/libbasic/CharacterArray.st,v 1.474 2012-06-01 11:11:52 cg Exp $'
  6083     ^ '$Header: /cvs/stx/stx/libbasic/CharacterArray.st,v 1.475 2012-07-10 07:39:54 stefan Exp $'
  6085 !
  6084 !
  6086 
  6085 
  6087 version_CVS
  6086 version_CVS
  6088     ^ '$Header: /cvs/stx/stx/libbasic/CharacterArray.st,v 1.474 2012-06-01 11:11:52 cg Exp $'
  6087     ^ '$Header: /cvs/stx/stx/libbasic/CharacterArray.st,v 1.475 2012-07-10 07:39:54 stefan Exp $'
  6089 ! !
  6088 ! !
  6090 
  6089 
  6091 CharacterArray initialize!
  6090 CharacterArray initialize!