BIG5String.st
changeset 260 427397326fac
parent 240 7af04274190d
child 261 2fd450dd712f
--- a/BIG5String.st	Thu Apr 25 19:02:29 1996 +0200
+++ b/BIG5String.st	Sat Apr 27 13:13:12 1996 +0200
@@ -17,6 +17,20 @@
 
 ! !
 
+!BIG5EncodedString class methodsFor:'initialization'!
+
+initialize
+    "initialize the class - private"
+
+    self flags:(Behavior flagWords)
+
+    "
+     BIG5EncodedString initialize
+    "
+
+    "Created: 27.4.1996 / 13:12:30 / cg"
+! !
+
 !BIG5EncodedString class methodsFor:'code tables'!
 
 romanBIG5DecoderTable
@@ -75,5 +89,6 @@
 !BIG5EncodedString class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/Attic/BIG5String.st,v 1.3 1996-04-20 21:16:33 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/Attic/BIG5String.st,v 1.4 1996-04-27 11:12:54 cg Exp $'
 ! !
+BIG5EncodedString initialize!