Encoder_OtherEncoding.st
changeset 8079 0c51c515c6b6
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Encoder_OtherEncoding.st	Fri Mar 05 18:14:28 2004 +0100
@@ -0,0 +1,27 @@
+"{ Encoding: utf8 }"
+
+"{ Package: 'stx:libbasic' }"
+
+"{ NameSpace: CharacterEncoderImplementations }"
+
+CharacterEncoder subclass:#OtherEncoding
+	instanceVariableNames:''
+	classVariableNames:''
+	poolDictionaries:''
+	category:'Collections-Text-Encodings'
+!
+
+
+!OtherEncoding class methodsFor:'private'!
+
+flushCode
+!
+
+generateEncoderCode
+! !
+
+!OtherEncoding class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_OtherEncoding.st,v 1.1 2004-03-05 17:11:42 cg Exp $'
+! !