CharacterEncoderImplementations__ISO8859_1.st
changeset 19824 7871d74ec192
parent 14186 e2d998350585
child 19861 95c7068e30ba
equal deleted inserted replaced
19823:f4c03c9b8908 19824:7871d74ec192
   453         ^ self encodingError.
   453         ^ self encodingError.
   454     ].
   454     ].
   455     ^ unicode.
   455     ^ unicode.
   456 ! !
   456 ! !
   457 
   457 
   458 !ISO8859_1 methodsFor:'private'!
   458 !ISO8859_1 class methodsFor:'documentation'!
   459 
   459 
   460 newString:size
   460 version
   461     ^ String new:size
   461     ^ '$Header$'
   462 ! !
   462 ! !
   463 
   463 
   464 !ISO8859_1 class methodsFor:'documentation'!
       
   465 
       
   466 version
       
   467     ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__ISO8859_1.st,v 1.5 2012-07-11 16:42:55 stefan Exp $'
       
   468 ! !