diff -r 9ea58e0aad5a -r 985e22966acb CharacterEncoderImplementations__TwoByteEncoder.st --- a/CharacterEncoderImplementations__TwoByteEncoder.st Fri Apr 13 15:03:30 2012 +0100 +++ b/CharacterEncoderImplementations__TwoByteEncoder.st Sat May 05 22:58:24 2012 +0100 @@ -79,15 +79,15 @@ !TwoByteEncoder class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libbasic/Encoder_TwoByteEncoder.st,v 1.6 2009/11/04 00:47:35 cg Exp $' + ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__TwoByteEncoder.st,v 1.6 2009/11/04 00:47:35 cg Exp $' ! version_CVS - ^ '§Header: /cvs/stx/stx/libbasic/Encoder_TwoByteEncoder.st,v 1.6 2009/11/04 00:47:35 cg Exp §' + ^ '§Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__TwoByteEncoder.st,v 1.6 2009/11/04 00:47:35 cg Exp §' ! version_SVN - ^ '$Id: CharacterEncoderImplementations__TwoByteEncoder.st 10761 2012-01-19 11:46:00Z vranyj1 $' + ^ '$Id: CharacterEncoderImplementations__TwoByteEncoder.st 10807 2012-05-05 21:58:24Z vranyj1 $' ! !