FourByteString.st
changeset 3805 9cb0780df5fc
parent 3586 a6d20359cdf4
child 3826 63c5834d27c1
equal deleted inserted replaced
3803:7c8a909da4d2 3805:9cb0780df5fc
     1 "{ Encoding: utf8 }"
       
     2 
       
     3 "
     1 "
     4  COPYRIGHT (c) 2004 by eXept Software AG
     2  COPYRIGHT (c) 2004 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
   132 
   130 
   133     ^ 32
   131     ^ 32
   134 !
   132 !
   135 
   133 
   136 isWideString
   134 isWideString
       
   135     "true if I require more than one byte per character"
       
   136 
   137     ^ true
   137     ^ true
   138 ! !
   138 ! !
   139 
   139 
   140 !FourByteString class methodsFor:'documentation'!
   140 !FourByteString class methodsFor:'documentation'!
   141 
   141