CharacterEncoderImplementations__JIS0208_to_SJIS.st
branchjv
changeset 17767 a4a32df3aa5e
parent 17761 b0e5971141bc
child 17772 6e0b3c06c364
equal deleted inserted replaced
17766:0acf634e6550 17767:a4a32df3aa5e
   337 ! !
   337 ! !
   338 
   338 
   339 !JIS0208_to_SJIS class methodsFor:'documentation'!
   339 !JIS0208_to_SJIS class methodsFor:'documentation'!
   340 
   340 
   341 version
   341 version
   342     ^ '$Id: CharacterEncoderImplementations__JIS0208_to_SJIS.st 10517 2010-04-26 18:26:38Z vranyj1 $'
   342     ^ '$Id: CharacterEncoderImplementations__JIS0208_to_SJIS.st 10527 2010-06-16 20:12:05Z vranyj1 $'
   343 !
   343 !
   344 
   344 
   345 version_CVS
   345 version_CVS
   346     ^ '§Header: /cvs/stx/stx/libbasic/Encoder_SJIS.st,v 1.12 2009/11/05 16:26:27 stefan Exp §'
   346     ^ 'Header: /cvs/stx/stx/libbasic/Encoder_SJIS.st,v 1.12 2009-11-05 16:26:27 stefan Exp §'
   347 !
   347 !
   348 
   348 
   349 version_SVN
   349 version_SVN
   350     ^ '$Id: CharacterEncoderImplementations__JIS0208_to_SJIS.st 10517 2010-04-26 18:26:38Z vranyj1 $'
   350     ^ '$Id: CharacterEncoderImplementations__JIS0208_to_SJIS.st 10527 2010-06-16 20:12:05Z vranyj1 $'
   351 ! !
   351 ! !
       
   352