CharacterEncoderImplementations__JIS0208.st
branchjv
changeset 19861 95c7068e30ba
parent 17940 985e22966acb
parent 19825 ae4ba27d57ac
--- a/CharacterEncoderImplementations__JIS0208.st	Fri May 13 20:17:32 2016 +0200
+++ b/CharacterEncoderImplementations__JIS0208.st	Sat May 14 09:34:43 2016 +0200
@@ -28637,16 +28637,10 @@
     ] value.
 ! !
 
-!JIS0208 methodsFor:'private'!
-
-newString:size
-    ^ JISEncodedString new:size
-! !
-
 !JIS0208 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__JIS0208.st,v 1.4 2008/10/30 19:54:58 cg Exp $'
+    ^ '$Header$'
 ! !