*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Fri, 12 Mar 2004 13:52:36 +0100
changeset 8171 ac837a7ca3a3
parent 8170 ffa1ed9338ad
child 8172 14f6383d7da0
*** empty log message ***
CharacterEncoderImplementations__ISO10646_to_SGML.st
Encoder_ISO10646_to_SGML.st
--- a/CharacterEncoderImplementations__ISO10646_to_SGML.st	Fri Mar 12 13:50:27 2004 +0100
+++ b/CharacterEncoderImplementations__ISO10646_to_SGML.st	Fri Mar 12 13:52:36 2004 +0100
@@ -1,3 +1,15 @@
+"
+ COPYRIGHT (c) 2004 by eXept Software AG
+              All Rights Reserved
+
+ This software is furnished under a license and may be used
+ only in accordance with the terms of that license and with the
+ inclusion of the above copyright notice.   This software may not
+ be provided or otherwise made available to, or used by, any
+ other person.  No title to or ownership of the software is
+ hereby transferred.
+"
+
 "{ Package: 'stx:libbasic' }"
 
 "{ NameSpace: CharacterEncoderImplementations }"
@@ -9,6 +21,32 @@
 	category:'Collections-Text-Encodings'
 !
 
+!ISO10646_to_SGML class methodsFor:'documentation'!
+
+copyright
+"
+ COPYRIGHT (c) 2004 by eXept Software AG
+              All Rights Reserved
+
+ This software is furnished under a license and may be used
+ only in accordance with the terms of that license and with the
+ inclusion of the above copyright notice.   This software may not
+ be provided or otherwise made available to, or used by, any
+ other person.  No title to or ownership of the software is
+ hereby transferred.
+"
+!
+
+documentation
+"
+    Incomplete - only knows how to encode/decode escaped decimal-code characters
+    (i.e. &#nnnn; )
+
+    TODO:
+        add all other characters
+        reuse this code in XML and HTML processing code.
+"
+! !
 
 !ISO10646_to_SGML methodsFor:'encoding & decoding'!
 
@@ -118,5 +156,5 @@
 !ISO10646_to_SGML class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__ISO10646_to_SGML.st,v 1.1 2004-03-12 12:50:27 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__ISO10646_to_SGML.st,v 1.2 2004-03-12 12:52:36 cg Exp $'
 ! !
--- a/Encoder_ISO10646_to_SGML.st	Fri Mar 12 13:50:27 2004 +0100
+++ b/Encoder_ISO10646_to_SGML.st	Fri Mar 12 13:52:36 2004 +0100
@@ -1,3 +1,15 @@
+"
+ COPYRIGHT (c) 2004 by eXept Software AG
+              All Rights Reserved
+
+ This software is furnished under a license and may be used
+ only in accordance with the terms of that license and with the
+ inclusion of the above copyright notice.   This software may not
+ be provided or otherwise made available to, or used by, any
+ other person.  No title to or ownership of the software is
+ hereby transferred.
+"
+
 "{ Package: 'stx:libbasic' }"
 
 "{ NameSpace: CharacterEncoderImplementations }"
@@ -9,6 +21,32 @@
 	category:'Collections-Text-Encodings'
 !
 
+!ISO10646_to_SGML class methodsFor:'documentation'!
+
+copyright
+"
+ COPYRIGHT (c) 2004 by eXept Software AG
+              All Rights Reserved
+
+ This software is furnished under a license and may be used
+ only in accordance with the terms of that license and with the
+ inclusion of the above copyright notice.   This software may not
+ be provided or otherwise made available to, or used by, any
+ other person.  No title to or ownership of the software is
+ hereby transferred.
+"
+!
+
+documentation
+"
+    Incomplete - only knows how to encode/decode escaped decimal-code characters
+    (i.e. &#nnnn; )
+
+    TODO:
+        add all other characters
+        reuse this code in XML and HTML processing code.
+"
+! !
 
 !ISO10646_to_SGML methodsFor:'encoding & decoding'!
 
@@ -118,5 +156,5 @@
 !ISO10646_to_SGML class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_ISO10646_to_SGML.st,v 1.1 2004-03-12 12:50:27 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_ISO10646_to_SGML.st,v 1.2 2004-03-12 12:52:36 cg Exp $'
 ! !