DiffListUtility.st
changeset 13340 7a295f0992df
parent 12717 dcde1443a6bb
child 13356 51a964477563
child 14334 e54a95bfa77b
equal deleted inserted replaced
13339:1aacbaaed26e 13340:7a295f0992df
   101                 lOut isWideString ifTrue:[
   101                 lOut isWideString ifTrue:[
   102                     (lOut first = (Character value:16rFEFF)) ifTrue:[
   102                     (lOut first = (Character value:16rFEFF)) ifTrue:[
   103                         lOut := (lOut copyFrom:2) asSingleByteStringReplaceInvalidWith:(Character value:16rFF).
   103                         lOut := (lOut copyFrom:2) asSingleByteStringReplaceInvalidWith:(Character value:16rFF).
   104                     ].
   104                     ].
   105                 ].
   105                 ].
   106                 stream nextPutAll:lOut.
   106                 lOut printOn:stream.
   107             ].
   107             ].
   108             stream cr
   108             stream cr
   109         ].
   109         ].
   110     ] ensure:[
   110     ] ensure:[
   111         stream close.
   111         stream close.
   205 ! !
   205 ! !
   206 
   206 
   207 !DiffListUtility class methodsFor:'documentation'!
   207 !DiffListUtility class methodsFor:'documentation'!
   208 
   208 
   209 version
   209 version
   210     ^ '$Header: /cvs/stx/stx/libtool/DiffListUtility.st,v 1.7 2013-04-25 13:12:08 stefan Exp $'
   210     ^ '$Header: /cvs/stx/stx/libtool/DiffListUtility.st,v 1.8 2013-08-21 13:56:32 stefan Exp $'
   211 !
   211 !
   212 
   212 
   213 version_CVS
   213 version_CVS
   214     ^ '$Header: /cvs/stx/stx/libtool/DiffListUtility.st,v 1.7 2013-04-25 13:12:08 stefan Exp $'
   214     ^ '$Header: /cvs/stx/stx/libtool/DiffListUtility.st,v 1.8 2013-08-21 13:56:32 stefan Exp $'
   215 ! !
   215 ! !
   216 
   216