*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Tue, 09 Mar 2004 23:01:20 +0100
changeset 8148 dbf64e3142d9
parent 8147 416bcaa573ef
child 8149 c0b336aacec6
*** empty log message ***
CharacterEncoderError.st
CharacterEncoderImplementations__ASCII.st
CharacterEncoderImplementations__BIG5.st
CharacterEncoderImplementations__CNS11643.st
CharacterEncoderImplementations__CP437.st
CharacterEncoderImplementations__GB2313_1980.st
CharacterEncoderImplementations__HANGUL.st
CharacterEncoderImplementations__ISO10646_1.st
CharacterEncoderImplementations__ISO10646_to_UTF8.st
CharacterEncoderImplementations__ISO8859_1.st
CharacterEncoderImplementations__ISO8859_10.st
CharacterEncoderImplementations__ISO8859_11.st
CharacterEncoderImplementations__ISO8859_13.st
CharacterEncoderImplementations__ISO8859_14.st
CharacterEncoderImplementations__ISO8859_15.st
CharacterEncoderImplementations__ISO8859_16.st
CharacterEncoderImplementations__ISO8859_2.st
CharacterEncoderImplementations__ISO8859_3.st
CharacterEncoderImplementations__ISO8859_4.st
CharacterEncoderImplementations__ISO8859_5.st
CharacterEncoderImplementations__ISO8859_6.st
CharacterEncoderImplementations__ISO8859_7.st
CharacterEncoderImplementations__ISO8859_8.st
CharacterEncoderImplementations__ISO8859_9.st
CharacterEncoderImplementations__JIS0201.st
CharacterEncoderImplementations__JIS0208.st
CharacterEncoderImplementations__JIS0208_to_EUC.st
CharacterEncoderImplementations__JIS0208_to_JIS7.st
CharacterEncoderImplementations__JIS0212.st
CharacterEncoderImplementations__JOHAB.st
CharacterEncoderImplementations__KOI7.st
CharacterEncoderImplementations__KOI8_R.st
CharacterEncoderImplementations__KOI8_U.st
CharacterEncoderImplementations__KSC5601.st
CharacterEncoderImplementations__MAC_Arabic.st
CharacterEncoderImplementations__MAC_CentralEuropean.st
CharacterEncoderImplementations__MAC_Croatian.st
CharacterEncoderImplementations__MAC_Cyrillic.st
CharacterEncoderImplementations__MAC_Dingbats.st
CharacterEncoderImplementations__MAC_Farsi.st
CharacterEncoderImplementations__MAC_Greek.st
CharacterEncoderImplementations__MAC_Hebrew.st
CharacterEncoderImplementations__MAC_Iceland.st
CharacterEncoderImplementations__MAC_Japanese.st
CharacterEncoderImplementations__MAC_Korean.st
CharacterEncoderImplementations__MAC_Roman.st
CharacterEncoderImplementations__MAC_Romanian.st
CharacterEncoderImplementations__MAC_Symbol.st
CharacterEncoderImplementations__MAC_Thai.st
CharacterEncoderImplementations__MAC_Turkish.st
CharacterEncoderImplementations__MS_Ansi.st
CharacterEncoderImplementations__MS_Arabic.st
CharacterEncoderImplementations__MS_Baltic.st
CharacterEncoderImplementations__MS_Cyrillic.st
CharacterEncoderImplementations__MS_EastEuropean.st
CharacterEncoderImplementations__MS_Greek.st
CharacterEncoderImplementations__MS_Hebrew.st
CharacterEncoderImplementations__MS_Symbol.st
CharacterEncoderImplementations__MS_Turkish.st
CharacterEncoderImplementations__NEXT.st
CharacterEncoderImplementations__SJIS.st
CharacterEncoderImplementations__SingleByteEncoder.st
CharacterEncoderImplementations__TwoByteEncoder.st
CharacterRangeError.st
DecodingError.st
EncodedStream.st
Encoder_ASCII.st
Encoder_BIG5.st
Encoder_CNS11643.st
Encoder_CP437.st
Encoder_GB2313_1980.st
Encoder_HANGUL.st
Encoder_ISO10646_1.st
Encoder_ISO10646_to_UTF8.st
Encoder_ISO8859_1.st
Encoder_ISO8859_10.st
Encoder_ISO8859_11.st
Encoder_ISO8859_13.st
Encoder_ISO8859_14.st
Encoder_ISO8859_15.st
Encoder_ISO8859_16.st
Encoder_ISO8859_2.st
Encoder_ISO8859_3.st
Encoder_ISO8859_4.st
Encoder_ISO8859_5.st
Encoder_ISO8859_6.st
Encoder_ISO8859_7.st
Encoder_ISO8859_8.st
Encoder_ISO8859_9.st
Encoder_JIS0201.st
Encoder_JIS0208.st
Encoder_JIS0208_to_EUC.st
Encoder_JIS0208_to_JIS7.st
Encoder_JIS0212.st
Encoder_JOHAB.st
Encoder_KOI7.st
Encoder_KOI8_R.st
Encoder_KOI8_U.st
Encoder_KSC5601.st
Encoder_MAC_Arabic.st
Encoder_MAC_CentralEuropean.st
Encoder_MAC_Croatian.st
Encoder_MAC_Cyrillic.st
Encoder_MAC_Dingbats.st
Encoder_MAC_Farsi.st
Encoder_MAC_Greek.st
Encoder_MAC_Hebrew.st
Encoder_MAC_Iceland.st
Encoder_MAC_Japanese.st
Encoder_MAC_Korean.st
Encoder_MAC_Roman.st
Encoder_MAC_Romanian.st
Encoder_MAC_Symbol.st
Encoder_MAC_Thai.st
Encoder_MAC_Turkish.st
Encoder_MS_Ansi.st
Encoder_MS_Arabic.st
Encoder_MS_Baltic.st
Encoder_MS_Cyrillic.st
Encoder_MS_EastEuropean.st
Encoder_MS_Greek.st
Encoder_MS_Hebrew.st
Encoder_MS_Symbol.st
Encoder_MS_Turkish.st
Encoder_NEXT.st
Encoder_SJIS.st
Encoder_SingleByteEncoder.st
Encoder_TwoByteEncoder.st
EncodingError.st
InvalidEncodingError.st
--- a/CharacterEncoderError.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/CharacterEncoderError.st	Tue Mar 09 23:01:20 2004 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: iso8859-1 }"
-
 "
  COPYRIGHT (c) 2004 by eXept Software AG
               All Rights Reserved
@@ -72,5 +70,5 @@
 !CharacterEncoderError class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderError.st,v 1.6 2004-03-03 20:46:47 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderError.st,v 1.7 2004-03-09 21:58:55 cg Exp $'
 ! !
--- a/CharacterEncoderImplementations__ASCII.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/CharacterEncoderImplementations__ASCII.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!ASCII 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.
+"
+! !
 
 !ASCII class methodsFor:'mapping'!
 
@@ -205,5 +232,5 @@
 !ASCII class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__ASCII.st,v 1.2 2004-03-08 17:08:33 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__ASCII.st,v 1.3 2004-03-09 21:58:49 cg Exp $'
 ! !
--- a/CharacterEncoderImplementations__BIG5.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/CharacterEncoderImplementations__BIG5.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!BIG5 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.
+"
+! !
 
 !BIG5 class methodsFor:'mapping'!
 
@@ -25,5 +52,5 @@
 !BIG5 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__BIG5.st,v 1.2 2004-03-08 17:09:44 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__BIG5.st,v 1.3 2004-03-09 21:59:35 cg Exp $'
 ! !
--- a/CharacterEncoderImplementations__CNS11643.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/CharacterEncoderImplementations__CNS11643.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!CNS11643 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.
+"
+! !
 
 !CNS11643 class methodsFor:'mapping'!
 
@@ -19,5 +46,5 @@
 !CNS11643 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__CNS11643.st,v 1.2 2004-03-08 17:09:12 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__CNS11643.st,v 1.3 2004-03-09 21:59:27 cg Exp $'
 ! !
--- a/CharacterEncoderImplementations__CP437.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/CharacterEncoderImplementations__CP437.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!CP437 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.
+"
+! !
 
 !CP437 class methodsFor:'encoding & decoding'!
 
@@ -300,5 +327,5 @@
 !CP437 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__CP437.st,v 1.2 2004-03-08 17:09:24 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__CP437.st,v 1.3 2004-03-09 21:59:33 cg Exp $'
 ! !
--- a/CharacterEncoderImplementations__GB2313_1980.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/CharacterEncoderImplementations__GB2313_1980.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!GB2313_1980 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.
+"
+! !
 
 !GB2313_1980 class methodsFor:'mapping'!
 
@@ -25,5 +52,5 @@
 !GB2313_1980 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__GB2313_1980.st,v 1.2 2004-03-08 17:08:42 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__GB2313_1980.st,v 1.3 2004-03-09 21:57:26 cg Exp $'
 ! !
--- a/CharacterEncoderImplementations__HANGUL.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/CharacterEncoderImplementations__HANGUL.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!HANGUL 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.
+"
+! !
 
 !HANGUL class methodsFor:'mapping'!
 
@@ -19,5 +46,5 @@
 !HANGUL class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__HANGUL.st,v 1.2 2004-03-08 17:08:56 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__HANGUL.st,v 1.3 2004-03-09 21:57:59 cg Exp $'
 ! !
--- a/CharacterEncoderImplementations__ISO10646_1.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/CharacterEncoderImplementations__ISO10646_1.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!ISO10646_1 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.
+"
+! !
 
 !ISO10646_1 class methodsFor:'queries'!
 
@@ -37,5 +64,5 @@
 !ISO10646_1 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__ISO10646_1.st,v 1.3 2004-03-08 23:03:53 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__ISO10646_1.st,v 1.4 2004-03-09 22:00:08 cg Exp $'
 ! !
--- a/CharacterEncoderImplementations__ISO10646_to_UTF8.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/CharacterEncoderImplementations__ISO10646_to_UTF8.st	Tue Mar 09 23:01:20 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 }"
@@ -11,6 +23,20 @@
 
 !ISO10646_to_UTF8 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.
+"
+!
+
 examples
 "
   Encoding (unicode to utf8)
@@ -339,5 +365,5 @@
 !ISO10646_to_UTF8 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__ISO10646_to_UTF8.st,v 1.3 2004-03-08 17:07:30 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__ISO10646_to_UTF8.st,v 1.4 2004-03-09 21:59:30 cg Exp $'
 ! !
--- a/CharacterEncoderImplementations__ISO8859_1.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/CharacterEncoderImplementations__ISO8859_1.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!ISO8859_1 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.
+"
+! !
 
 !ISO8859_1 class methodsFor:'mapping'!
 
@@ -420,5 +447,5 @@
 !ISO8859_1 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__ISO8859_1.st,v 1.2 2004-03-08 17:08:46 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__ISO8859_1.st,v 1.3 2004-03-09 22:00:18 cg Exp $'
 ! !
--- a/CharacterEncoderImplementations__ISO8859_10.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/CharacterEncoderImplementations__ISO8859_10.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!ISO8859_10 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.
+"
+! !
 
 !ISO8859_10 class methodsFor:'mapping'!
 
@@ -695,5 +722,5 @@
 !ISO8859_10 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__ISO8859_10.st,v 1.2 2004-03-08 17:09:48 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__ISO8859_10.st,v 1.3 2004-03-09 21:58:32 cg Exp $'
 ! !
--- a/CharacterEncoderImplementations__ISO8859_11.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/CharacterEncoderImplementations__ISO8859_11.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!ISO8859_11 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.
+"
+! !
 
 !ISO8859_11 class methodsFor:'mapping'!
 
@@ -557,5 +584,5 @@
 !ISO8859_11 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__ISO8859_11.st,v 1.2 2004-03-08 17:09:16 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__ISO8859_11.st,v 1.3 2004-03-09 22:01:05 cg Exp $'
 ! !
--- a/CharacterEncoderImplementations__ISO8859_13.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/CharacterEncoderImplementations__ISO8859_13.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!ISO8859_13 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.
+"
+! !
 
 !ISO8859_13 class methodsFor:'mapping'!
 
@@ -698,5 +725,5 @@
 !ISO8859_13 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__ISO8859_13.st,v 1.2 2004-03-08 17:09:46 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__ISO8859_13.st,v 1.3 2004-03-09 21:58:17 cg Exp $'
 ! !
--- a/CharacterEncoderImplementations__ISO8859_14.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/CharacterEncoderImplementations__ISO8859_14.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!ISO8859_14 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.
+"
+! !
 
 !ISO8859_14 class methodsFor:'mapping'!
 
@@ -741,5 +768,5 @@
 !ISO8859_14 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__ISO8859_14.st,v 1.2 2004-03-08 17:08:29 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__ISO8859_14.st,v 1.3 2004-03-09 22:00:15 cg Exp $'
 ! !
--- a/CharacterEncoderImplementations__ISO8859_15.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/CharacterEncoderImplementations__ISO8859_15.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!ISO8859_15 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.
+"
+! !
 
 !ISO8859_15 class methodsFor:'mapping'!
 
@@ -600,5 +627,5 @@
 !ISO8859_15 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__ISO8859_15.st,v 1.2 2004-03-08 17:09:38 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__ISO8859_15.st,v 1.3 2004-03-09 21:59:40 cg Exp $'
 ! !
--- a/CharacterEncoderImplementations__ISO8859_16.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/CharacterEncoderImplementations__ISO8859_16.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!ISO8859_16 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.
+"
+! !
 
 !ISO8859_16 class methodsFor:'mapping'!
 
@@ -684,5 +711,5 @@
 !ISO8859_16 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__ISO8859_16.st,v 1.2 2004-03-08 17:09:02 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__ISO8859_16.st,v 1.3 2004-03-09 21:58:23 cg Exp $'
 ! !
--- a/CharacterEncoderImplementations__ISO8859_2.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/CharacterEncoderImplementations__ISO8859_2.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!ISO8859_2 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.
+"
+! !
 
 !ISO8859_2 class methodsFor:'encoding & decoding'!
 
@@ -725,5 +752,5 @@
 !ISO8859_2 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__ISO8859_2.st,v 1.2 2004-03-08 17:07:38 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__ISO8859_2.st,v 1.3 2004-03-09 21:57:50 cg Exp $'
 ! !
--- a/CharacterEncoderImplementations__ISO8859_3.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/CharacterEncoderImplementations__ISO8859_3.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!ISO8859_3 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.
+"
+! !
 
 !ISO8859_3 class methodsFor:'mapping'!
 
@@ -659,5 +686,5 @@
 !ISO8859_3 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__ISO8859_3.st,v 1.2 2004-03-08 17:08:48 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__ISO8859_3.st,v 1.3 2004-03-09 22:00:50 cg Exp $'
 ! !
--- a/CharacterEncoderImplementations__ISO8859_4.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/CharacterEncoderImplementations__ISO8859_4.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!ISO8859_4 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.
+"
+! !
 
 !ISO8859_4 class methodsFor:'mapping'!
 
@@ -710,5 +737,5 @@
 !ISO8859_4 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__ISO8859_4.st,v 1.2 2004-03-08 17:07:50 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__ISO8859_4.st,v 1.3 2004-03-09 21:58:57 cg Exp $'
 ! !
--- a/CharacterEncoderImplementations__ISO8859_5.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/CharacterEncoderImplementations__ISO8859_5.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!ISO8859_5 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.
+"
+! !
 
 !ISO8859_5 class methodsFor:'mapping'!
 
@@ -588,5 +615,5 @@
 !ISO8859_5 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__ISO8859_5.st,v 1.2 2004-03-08 17:07:22 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__ISO8859_5.st,v 1.3 2004-03-09 21:58:20 cg Exp $'
 ! !
--- a/CharacterEncoderImplementations__ISO8859_6.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/CharacterEncoderImplementations__ISO8859_6.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!ISO8859_6 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.
+"
+! !
 
 !ISO8859_6 class methodsFor:'mapping'!
 
@@ -507,5 +534,5 @@
 !ISO8859_6 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__ISO8859_6.st,v 1.2 2004-03-08 17:09:06 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__ISO8859_6.st,v 1.3 2004-03-09 21:59:03 cg Exp $'
 ! !
--- a/CharacterEncoderImplementations__ISO8859_7.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/CharacterEncoderImplementations__ISO8859_7.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!ISO8859_7 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.
+"
+! !
 
 !ISO8859_7 class methodsFor:'mapping'!
 
@@ -630,5 +657,5 @@
 !ISO8859_7 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__ISO8859_7.st,v 1.2 2004-03-08 17:09:42 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__ISO8859_7.st,v 1.3 2004-03-09 21:59:38 cg Exp $'
 ! !
--- a/CharacterEncoderImplementations__ISO8859_8.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/CharacterEncoderImplementations__ISO8859_8.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!ISO8859_8 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.
+"
+! !
 
 !ISO8859_8 class methodsFor:'mapping'!
 
@@ -511,5 +538,5 @@
 !ISO8859_8 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__ISO8859_8.st,v 1.2 2004-03-08 17:09:40 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__ISO8859_8.st,v 1.3 2004-03-09 22:01:20 cg Exp $'
 ! !
--- a/CharacterEncoderImplementations__ISO8859_9.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/CharacterEncoderImplementations__ISO8859_9.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!ISO8859_9 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.
+"
+! !
 
 !ISO8859_9 class methodsFor:'mapping'!
 
@@ -406,5 +433,5 @@
 !ISO8859_9 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__ISO8859_9.st,v 1.2 2004-03-08 17:07:48 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__ISO8859_9.st,v 1.3 2004-03-09 21:58:26 cg Exp $'
 ! !
--- a/CharacterEncoderImplementations__JIS0201.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/CharacterEncoderImplementations__JIS0201.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!JIS0201 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.
+"
+! !
 
 !JIS0201 class methodsFor:'mapping'!
 
@@ -531,5 +558,5 @@
 !JIS0201 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__JIS0201.st,v 1.2 2004-03-08 17:09:08 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__JIS0201.st,v 1.3 2004-03-09 21:59:06 cg Exp $'
 ! !
--- a/CharacterEncoderImplementations__JIS0208.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/CharacterEncoderImplementations__JIS0208.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!JIS0208 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.
+"
+! !
 
 !JIS0208 class methodsFor:'constants'!
 
@@ -28620,5 +28647,5 @@
 !JIS0208 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__JIS0208.st,v 1.2 2004-03-08 17:08:40 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__JIS0208.st,v 1.3 2004-03-09 22:00:56 cg Exp $'
 ! !
--- a/CharacterEncoderImplementations__JIS0208_to_EUC.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/CharacterEncoderImplementations__JIS0208_to_EUC.st	Tue Mar 09 23:01:20 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 }"
@@ -12,6 +24,20 @@
 
 !JIS0208_to_EUC 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.
+"
+!
+
 examples
 "
   Encoding (jis0208 to jis-7)
@@ -300,5 +326,5 @@
 !JIS0208_to_EUC class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__JIS0208_to_EUC.st,v 1.1 2004-03-08 23:56:25 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__JIS0208_to_EUC.st,v 1.2 2004-03-09 21:58:45 cg Exp $'
 ! !
--- a/CharacterEncoderImplementations__JIS0208_to_JIS7.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/CharacterEncoderImplementations__JIS0208_to_JIS7.st	Tue Mar 09 23:01:20 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 }"
@@ -12,6 +24,20 @@
 
 !JIS0208_to_JIS7 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.
+"
+!
+
 examples
 "
   Encoding (jis0208 to jis-7)
@@ -340,5 +366,5 @@
 !JIS0208_to_JIS7 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__JIS0208_to_JIS7.st,v 1.5 2004-03-08 23:55:50 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__JIS0208_to_JIS7.st,v 1.6 2004-03-09 21:58:02 cg Exp $'
 ! !
--- a/CharacterEncoderImplementations__JIS0212.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/CharacterEncoderImplementations__JIS0212.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!JIS0212 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.
+"
+! !
 
 !JIS0212 class methodsFor:'mapping'!
 
@@ -19,5 +46,5 @@
 !JIS0212 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__JIS0212.st,v 1.2 2004-03-08 17:07:46 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__JIS0212.st,v 1.3 2004-03-09 21:58:52 cg Exp $'
 ! !
--- a/CharacterEncoderImplementations__JOHAB.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/CharacterEncoderImplementations__JOHAB.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!JOHAB 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.
+"
+! !
 
 !JOHAB class methodsFor:'mapping'!
 
@@ -19,5 +46,5 @@
 !JOHAB class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__JOHAB.st,v 1.2 2004-03-08 17:07:28 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__JOHAB.st,v 1.3 2004-03-09 21:57:37 cg Exp $'
 ! !
--- a/CharacterEncoderImplementations__KOI7.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/CharacterEncoderImplementations__KOI7.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!KOI7 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.
+"
+! !
 
 !KOI7 class methodsFor:'mapping'!
 
@@ -354,5 +381,5 @@
 !KOI7 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__KOI7.st,v 1.2 2004-03-08 17:07:24 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__KOI7.st,v 1.3 2004-03-09 22:01:17 cg Exp $'
 ! !
--- a/CharacterEncoderImplementations__KOI8_R.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/CharacterEncoderImplementations__KOI8_R.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!KOI8_R 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.
+"
+! !
 
 !KOI8_R class methodsFor:'mapping'!
 
@@ -826,5 +853,5 @@
 !KOI8_R class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__KOI8_R.st,v 1.2 2004-03-08 17:08:52 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__KOI8_R.st,v 1.3 2004-03-09 21:57:30 cg Exp $'
 ! !
--- a/CharacterEncoderImplementations__KOI8_U.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/CharacterEncoderImplementations__KOI8_U.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!KOI8_U 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.
+"
+! !
 
 !KOI8_U class methodsFor:'mapping'!
 
@@ -384,5 +411,5 @@
 !KOI8_U class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__KOI8_U.st,v 1.2 2004-03-08 17:09:32 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__KOI8_U.st,v 1.3 2004-03-09 21:58:42 cg Exp $'
 ! !
--- a/CharacterEncoderImplementations__KSC5601.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/CharacterEncoderImplementations__KSC5601.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!KSC5601 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.
+"
+! !
 
 !KSC5601 class methodsFor:'mapping'!
 
@@ -19,5 +46,5 @@
 !KSC5601 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__KSC5601.st,v 1.2 2004-03-08 17:09:56 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__KSC5601.st,v 1.3 2004-03-09 21:58:35 cg Exp $'
 ! !
--- a/CharacterEncoderImplementations__MAC_Arabic.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/CharacterEncoderImplementations__MAC_Arabic.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!MAC_Arabic 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.
+"
+! !
 
 !MAC_Arabic class methodsFor:'mapping'!
 
@@ -557,5 +584,5 @@
 !MAC_Arabic class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__MAC_Arabic.st,v 1.2 2004-03-08 17:08:31 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__MAC_Arabic.st,v 1.3 2004-03-09 21:59:43 cg Exp $'
 ! !
--- a/CharacterEncoderImplementations__MAC_CentralEuropean.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/CharacterEncoderImplementations__MAC_CentralEuropean.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!MAC_CentralEuropean 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.
+"
+! !
 
 !MAC_CentralEuropean class methodsFor:'mapping'!
 
@@ -346,5 +373,5 @@
 !MAC_CentralEuropean class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__MAC_CentralEuropean.st,v 1.2 2004-03-08 17:07:36 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__MAC_CentralEuropean.st,v 1.3 2004-03-09 21:57:41 cg Exp $'
 ! !
--- a/CharacterEncoderImplementations__MAC_Croatian.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/CharacterEncoderImplementations__MAC_Croatian.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!MAC_Croatian 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.
+"
+! !
 
 !MAC_Croatian class methodsFor:'mapping'!
 
@@ -372,5 +399,5 @@
 !MAC_Croatian class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__MAC_Croatian.st,v 1.2 2004-03-08 17:09:00 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__MAC_Croatian.st,v 1.3 2004-03-09 22:00:00 cg Exp $'
 ! !
--- a/CharacterEncoderImplementations__MAC_Cyrillic.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/CharacterEncoderImplementations__MAC_Cyrillic.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!MAC_Cyrillic 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.
+"
+! !
 
 !MAC_Cyrillic class methodsFor:'mapping'!
 
@@ -371,5 +398,5 @@
 !MAC_Cyrillic class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__MAC_Cyrillic.st,v 1.2 2004-03-08 17:09:26 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__MAC_Cyrillic.st,v 1.3 2004-03-09 21:57:56 cg Exp $'
 ! !
--- a/CharacterEncoderImplementations__MAC_Dingbats.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/CharacterEncoderImplementations__MAC_Dingbats.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!MAC_Dingbats 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.
+"
+! !
 
 !MAC_Dingbats class methodsFor:'mapping'!
 
@@ -348,5 +375,5 @@
 !MAC_Dingbats class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__MAC_Dingbats.st,v 1.2 2004-03-08 17:07:20 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__MAC_Dingbats.st,v 1.3 2004-03-09 22:01:02 cg Exp $'
 ! !
--- a/CharacterEncoderImplementations__MAC_Farsi.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/CharacterEncoderImplementations__MAC_Farsi.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!MAC_Farsi 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.
+"
+! !
 
 !MAC_Farsi class methodsFor:'mapping'!
 
@@ -542,5 +569,5 @@
 !MAC_Farsi class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__MAC_Farsi.st,v 1.2 2004-03-08 17:09:04 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__MAC_Farsi.st,v 1.3 2004-03-09 22:00:02 cg Exp $'
 ! !
--- a/CharacterEncoderImplementations__MAC_Greek.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/CharacterEncoderImplementations__MAC_Greek.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!MAC_Greek 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.
+"
+! !
 
 !MAC_Greek class methodsFor:'mapping'!
 
@@ -820,5 +847,5 @@
 !MAC_Greek class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__MAC_Greek.st,v 1.2 2004-03-08 17:08:50 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__MAC_Greek.st,v 1.3 2004-03-09 21:59:52 cg Exp $'
 ! !
--- a/CharacterEncoderImplementations__MAC_Hebrew.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/CharacterEncoderImplementations__MAC_Hebrew.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!MAC_Hebrew 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.
+"
+! !
 
 !MAC_Hebrew class methodsFor:'mapping'!
 
@@ -584,5 +611,5 @@
 !MAC_Hebrew class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__MAC_Hebrew.st,v 1.2 2004-03-08 17:09:36 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__MAC_Hebrew.st,v 1.3 2004-03-09 22:01:14 cg Exp $'
 ! !
--- a/CharacterEncoderImplementations__MAC_Iceland.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/CharacterEncoderImplementations__MAC_Iceland.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!MAC_Iceland 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.
+"
+! !
 
 !MAC_Iceland class methodsFor:'mapping'!
 
@@ -390,5 +417,5 @@
 !MAC_Iceland class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__MAC_Iceland.st,v 1.2 2004-03-08 17:07:18 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__MAC_Iceland.st,v 1.3 2004-03-09 21:59:24 cg Exp $'
 ! !
--- a/CharacterEncoderImplementations__MAC_Japanese.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/CharacterEncoderImplementations__MAC_Japanese.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!MAC_Japanese 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.
+"
+! !
 
 !MAC_Japanese class methodsFor:'mapping'!
 
@@ -19,5 +46,5 @@
 !MAC_Japanese class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__MAC_Japanese.st,v 1.2 2004-03-08 17:07:44 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__MAC_Japanese.st,v 1.3 2004-03-09 21:59:58 cg Exp $'
 ! !
--- a/CharacterEncoderImplementations__MAC_Korean.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/CharacterEncoderImplementations__MAC_Korean.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!MAC_Korean 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.
+"
+! !
 
 !MAC_Korean class methodsFor:'mapping'!
 
@@ -19,5 +46,5 @@
 !MAC_Korean class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__MAC_Korean.st,v 1.2 2004-03-08 17:09:14 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__MAC_Korean.st,v 1.3 2004-03-09 21:58:29 cg Exp $'
 ! !
--- a/CharacterEncoderImplementations__MAC_Roman.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/CharacterEncoderImplementations__MAC_Roman.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!MAC_Roman 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.
+"
+! !
 
 !MAC_Roman class methodsFor:'mapping'!
 
@@ -389,5 +416,5 @@
 !MAC_Roman class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__MAC_Roman.st,v 1.2 2004-03-08 17:08:35 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__MAC_Roman.st,v 1.3 2004-03-09 21:58:14 cg Exp $'
 ! !
--- a/CharacterEncoderImplementations__MAC_Romanian.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/CharacterEncoderImplementations__MAC_Romanian.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!MAC_Romanian 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.
+"
+! !
 
 !MAC_Romanian class methodsFor:'mapping'!
 
@@ -387,5 +414,5 @@
 !MAC_Romanian class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__MAC_Romanian.st,v 1.2 2004-03-08 17:07:40 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__MAC_Romanian.st,v 1.3 2004-03-09 21:58:05 cg Exp $'
 ! !
--- a/CharacterEncoderImplementations__MAC_Symbol.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/CharacterEncoderImplementations__MAC_Symbol.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!MAC_Symbol 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.
+"
+! !
 
 !MAC_Symbol class methodsFor:'mapping'!
 
@@ -418,5 +445,5 @@
 !MAC_Symbol class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__MAC_Symbol.st,v 1.2 2004-03-08 17:09:34 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__MAC_Symbol.st,v 1.3 2004-03-09 21:57:44 cg Exp $'
 ! !
--- a/CharacterEncoderImplementations__MAC_Thai.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/CharacterEncoderImplementations__MAC_Thai.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!MAC_Thai 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.
+"
+! !
 
 !MAC_Thai class methodsFor:'mapping'!
 
@@ -405,5 +432,5 @@
 !MAC_Thai class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__MAC_Thai.st,v 1.2 2004-03-08 17:09:30 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__MAC_Thai.st,v 1.3 2004-03-09 21:59:00 cg Exp $'
 ! !
--- a/CharacterEncoderImplementations__MAC_Turkish.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/CharacterEncoderImplementations__MAC_Turkish.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!MAC_Turkish 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.
+"
+! !
 
 !MAC_Turkish class methodsFor:'mapping'!
 
@@ -362,5 +389,5 @@
 !MAC_Turkish class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__MAC_Turkish.st,v 1.2 2004-03-08 17:09:22 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__MAC_Turkish.st,v 1.3 2004-03-09 21:59:55 cg Exp $'
 ! !
--- a/CharacterEncoderImplementations__MS_Ansi.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/CharacterEncoderImplementations__MS_Ansi.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!MS_Ansi 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.
+"
+! !
 
 !MS_Ansi class methodsFor:'mapping'!
 
@@ -549,5 +576,5 @@
 !MS_Ansi class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__MS_Ansi.st,v 1.3 2004-03-09 09:32:31 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__MS_Ansi.st,v 1.4 2004-03-09 21:58:08 cg Exp $'
 ! !
--- a/CharacterEncoderImplementations__MS_Arabic.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/CharacterEncoderImplementations__MS_Arabic.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!MS_Arabic 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.
+"
+! !
 
 !MS_Arabic class methodsFor:'mapping'!
 
@@ -796,5 +823,5 @@
 !MS_Arabic class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__MS_Arabic.st,v 1.2 2004-03-08 17:08:54 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__MS_Arabic.st,v 1.3 2004-03-09 22:01:11 cg Exp $'
 ! !
--- a/CharacterEncoderImplementations__MS_Baltic.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/CharacterEncoderImplementations__MS_Baltic.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!MS_Baltic 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.
+"
+! !
 
 !MS_Baltic class methodsFor:'mapping'!
 
@@ -19,5 +46,5 @@
 !MS_Baltic class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__MS_Baltic.st,v 1.2 2004-03-08 17:07:26 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__MS_Baltic.st,v 1.3 2004-03-09 22:00:06 cg Exp $'
 ! !
--- a/CharacterEncoderImplementations__MS_Cyrillic.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/CharacterEncoderImplementations__MS_Cyrillic.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!MS_Cyrillic 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.
+"
+! !
 
 !MS_Cyrillic class methodsFor:'mapping'!
 
@@ -291,5 +318,5 @@
 !MS_Cyrillic class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__MS_Cyrillic.st,v 1.2 2004-03-08 17:08:37 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__MS_Cyrillic.st,v 1.3 2004-03-09 22:01:08 cg Exp $'
 ! !
--- a/CharacterEncoderImplementations__MS_EastEuropean.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/CharacterEncoderImplementations__MS_EastEuropean.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!MS_EastEuropean 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.
+"
+! !
 
 !MS_EastEuropean class methodsFor:'mapping'!
 
@@ -287,5 +314,5 @@
 !MS_EastEuropean class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__MS_EastEuropean.st,v 1.2 2004-03-08 17:09:19 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__MS_EastEuropean.st,v 1.3 2004-03-09 21:57:23 cg Exp $'
 ! !
--- a/CharacterEncoderImplementations__MS_Greek.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/CharacterEncoderImplementations__MS_Greek.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!MS_Greek 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.
+"
+! !
 
 !MS_Greek class methodsFor:'mapping'!
 
@@ -275,5 +302,5 @@
 !MS_Greek class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__MS_Greek.st,v 1.2 2004-03-08 17:09:52 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__MS_Greek.st,v 1.3 2004-03-09 21:58:11 cg Exp $'
 ! !
--- a/CharacterEncoderImplementations__MS_Hebrew.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/CharacterEncoderImplementations__MS_Hebrew.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!MS_Hebrew 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.
+"
+! !
 
 !MS_Hebrew class methodsFor:'mapping'!
 
@@ -242,5 +269,5 @@
 !MS_Hebrew class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__MS_Hebrew.st,v 1.2 2004-03-08 17:09:50 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__MS_Hebrew.st,v 1.3 2004-03-09 21:59:46 cg Exp $'
 ! !
--- a/CharacterEncoderImplementations__MS_Symbol.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/CharacterEncoderImplementations__MS_Symbol.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!MS_Symbol 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.
+"
+! !
 
 !MS_Symbol class methodsFor:'mapping'!
 
@@ -45,5 +72,5 @@
 !MS_Symbol class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__MS_Symbol.st,v 1.3 2004-03-08 23:03:46 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__MS_Symbol.st,v 1.4 2004-03-09 21:59:49 cg Exp $'
 ! !
--- a/CharacterEncoderImplementations__MS_Turkish.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/CharacterEncoderImplementations__MS_Turkish.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!MS_Turkish 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.
+"
+! !
 
 !MS_Turkish class methodsFor:'mapping'!
 
@@ -285,5 +312,5 @@
 !MS_Turkish class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__MS_Turkish.st,v 1.3 2004-03-08 23:03:48 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__MS_Turkish.st,v 1.4 2004-03-09 22:00:12 cg Exp $'
 ! !
--- a/CharacterEncoderImplementations__NEXT.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/CharacterEncoderImplementations__NEXT.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!NEXT 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.
+"
+! !
 
 !NEXT class methodsFor:'mapping'!
 
@@ -286,5 +313,5 @@
 !NEXT class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__NEXT.st,v 1.2 2004-03-08 17:07:42 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__NEXT.st,v 1.3 2004-03-09 22:00:52 cg Exp $'
 ! !
--- a/CharacterEncoderImplementations__SJIS.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/CharacterEncoderImplementations__SJIS.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!SJIS 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.
+"
+! !
 
 !SJIS class methodsFor:'mapping'!
 
@@ -25,5 +52,5 @@
 !SJIS class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__SJIS.st,v 1.2 2004-03-08 17:09:58 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__SJIS.st,v 1.3 2004-03-09 21:57:47 cg Exp $'
 ! !
--- a/CharacterEncoderImplementations__SingleByteEncoder.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/CharacterEncoderImplementations__SingleByteEncoder.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!SingleByteEncoder 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.
+"
+! !
 
 !SingleByteEncoder class methodsFor:'queries'!
 
@@ -29,5 +56,5 @@
 !SingleByteEncoder class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__SingleByteEncoder.st,v 1.3 2004-03-09 00:20:57 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__SingleByteEncoder.st,v 1.4 2004-03-09 21:57:53 cg Exp $'
 ! !
--- a/CharacterEncoderImplementations__TwoByteEncoder.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/CharacterEncoderImplementations__TwoByteEncoder.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!TwoByteEncoder 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.
+"
+! !
 
 !TwoByteEncoder class methodsFor:'queries'!
 
@@ -29,5 +56,5 @@
 !TwoByteEncoder class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__TwoByteEncoder.st,v 1.3 2004-03-09 00:20:59 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__TwoByteEncoder.st,v 1.4 2004-03-09 22:00:47 cg Exp $'
 ! !
--- a/CharacterRangeError.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/CharacterRangeError.st	Tue Mar 09 23:01:20 2004 +0100
@@ -1,4 +1,14 @@
-"{ Encoding: iso8859-1 }"
+"
+ 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' }"
 
@@ -9,9 +19,24 @@
 	category:'Collections-Text-Encodings'
 !
 
+!CharacterRangeError 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.
+"
+! !
 
 !CharacterRangeError class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterRangeError.st,v 1.1 2004-03-03 20:46:40 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterRangeError.st,v 1.2 2004-03-09 21:58:39 cg Exp $'
 ! !
--- a/DecodingError.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/DecodingError.st	Tue Mar 09 23:01:20 2004 +0100
@@ -1,4 +1,14 @@
-"{ Encoding: iso8859-1 }"
+"
+ 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' }"
 
@@ -9,9 +19,24 @@
 	category:'Collections-Text-Encodings'
 !
 
+!DecodingError 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.
+"
+! !
 
 !DecodingError class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/DecodingError.st,v 1.1 2004-03-03 20:44:53 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/DecodingError.st,v 1.2 2004-03-09 21:59:09 cg Exp $'
 ! !
--- a/EncodedStream.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/EncodedStream.st	Tue Mar 09 23:01:20 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' }"
 
 Stream subclass:#EncodedStream
@@ -7,6 +19,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!EncodedStream 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.
+"
+! !
 
 !EncodedStream class methodsFor:'instance creation'!
 
@@ -53,5 +80,5 @@
 !EncodedStream class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/EncodedStream.st,v 1.2 2004-03-09 21:52:03 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/EncodedStream.st,v 1.3 2004-03-09 21:57:33 cg Exp $'
 ! !
--- a/Encoder_ASCII.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/Encoder_ASCII.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!ASCII 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.
+"
+! !
 
 !ASCII class methodsFor:'mapping'!
 
@@ -205,5 +232,5 @@
 !ASCII class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_ASCII.st,v 1.2 2004-03-08 17:08:33 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_ASCII.st,v 1.3 2004-03-09 21:58:49 cg Exp $'
 ! !
--- a/Encoder_BIG5.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/Encoder_BIG5.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!BIG5 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.
+"
+! !
 
 !BIG5 class methodsFor:'mapping'!
 
@@ -25,5 +52,5 @@
 !BIG5 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_BIG5.st,v 1.2 2004-03-08 17:09:44 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_BIG5.st,v 1.3 2004-03-09 21:59:35 cg Exp $'
 ! !
--- a/Encoder_CNS11643.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/Encoder_CNS11643.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!CNS11643 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.
+"
+! !
 
 !CNS11643 class methodsFor:'mapping'!
 
@@ -19,5 +46,5 @@
 !CNS11643 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_CNS11643.st,v 1.2 2004-03-08 17:09:12 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_CNS11643.st,v 1.3 2004-03-09 21:59:27 cg Exp $'
 ! !
--- a/Encoder_CP437.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/Encoder_CP437.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!CP437 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.
+"
+! !
 
 !CP437 class methodsFor:'encoding & decoding'!
 
@@ -300,5 +327,5 @@
 !CP437 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_CP437.st,v 1.2 2004-03-08 17:09:24 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_CP437.st,v 1.3 2004-03-09 21:59:33 cg Exp $'
 ! !
--- a/Encoder_GB2313_1980.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/Encoder_GB2313_1980.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!GB2313_1980 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.
+"
+! !
 
 !GB2313_1980 class methodsFor:'mapping'!
 
@@ -25,5 +52,5 @@
 !GB2313_1980 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_GB2313_1980.st,v 1.2 2004-03-08 17:08:42 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_GB2313_1980.st,v 1.3 2004-03-09 21:57:26 cg Exp $'
 ! !
--- a/Encoder_HANGUL.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/Encoder_HANGUL.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!HANGUL 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.
+"
+! !
 
 !HANGUL class methodsFor:'mapping'!
 
@@ -19,5 +46,5 @@
 !HANGUL class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_HANGUL.st,v 1.2 2004-03-08 17:08:56 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_HANGUL.st,v 1.3 2004-03-09 21:57:59 cg Exp $'
 ! !
--- a/Encoder_ISO10646_1.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/Encoder_ISO10646_1.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!ISO10646_1 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.
+"
+! !
 
 !ISO10646_1 class methodsFor:'queries'!
 
@@ -37,5 +64,5 @@
 !ISO10646_1 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_ISO10646_1.st,v 1.3 2004-03-08 23:03:53 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_ISO10646_1.st,v 1.4 2004-03-09 22:00:08 cg Exp $'
 ! !
--- a/Encoder_ISO10646_to_UTF8.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/Encoder_ISO10646_to_UTF8.st	Tue Mar 09 23:01:20 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 }"
@@ -11,6 +23,20 @@
 
 !ISO10646_to_UTF8 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.
+"
+!
+
 examples
 "
   Encoding (unicode to utf8)
@@ -339,5 +365,5 @@
 !ISO10646_to_UTF8 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_ISO10646_to_UTF8.st,v 1.3 2004-03-08 17:07:30 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_ISO10646_to_UTF8.st,v 1.4 2004-03-09 21:59:30 cg Exp $'
 ! !
--- a/Encoder_ISO8859_1.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/Encoder_ISO8859_1.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!ISO8859_1 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.
+"
+! !
 
 !ISO8859_1 class methodsFor:'mapping'!
 
@@ -420,5 +447,5 @@
 !ISO8859_1 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_ISO8859_1.st,v 1.2 2004-03-08 17:08:46 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_ISO8859_1.st,v 1.3 2004-03-09 22:00:18 cg Exp $'
 ! !
--- a/Encoder_ISO8859_10.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/Encoder_ISO8859_10.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!ISO8859_10 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.
+"
+! !
 
 !ISO8859_10 class methodsFor:'mapping'!
 
@@ -695,5 +722,5 @@
 !ISO8859_10 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_ISO8859_10.st,v 1.2 2004-03-08 17:09:48 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_ISO8859_10.st,v 1.3 2004-03-09 21:58:32 cg Exp $'
 ! !
--- a/Encoder_ISO8859_11.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/Encoder_ISO8859_11.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!ISO8859_11 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.
+"
+! !
 
 !ISO8859_11 class methodsFor:'mapping'!
 
@@ -557,5 +584,5 @@
 !ISO8859_11 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_ISO8859_11.st,v 1.2 2004-03-08 17:09:16 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_ISO8859_11.st,v 1.3 2004-03-09 22:01:05 cg Exp $'
 ! !
--- a/Encoder_ISO8859_13.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/Encoder_ISO8859_13.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!ISO8859_13 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.
+"
+! !
 
 !ISO8859_13 class methodsFor:'mapping'!
 
@@ -698,5 +725,5 @@
 !ISO8859_13 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_ISO8859_13.st,v 1.2 2004-03-08 17:09:46 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_ISO8859_13.st,v 1.3 2004-03-09 21:58:17 cg Exp $'
 ! !
--- a/Encoder_ISO8859_14.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/Encoder_ISO8859_14.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!ISO8859_14 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.
+"
+! !
 
 !ISO8859_14 class methodsFor:'mapping'!
 
@@ -741,5 +768,5 @@
 !ISO8859_14 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_ISO8859_14.st,v 1.2 2004-03-08 17:08:29 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_ISO8859_14.st,v 1.3 2004-03-09 22:00:15 cg Exp $'
 ! !
--- a/Encoder_ISO8859_15.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/Encoder_ISO8859_15.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!ISO8859_15 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.
+"
+! !
 
 !ISO8859_15 class methodsFor:'mapping'!
 
@@ -600,5 +627,5 @@
 !ISO8859_15 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_ISO8859_15.st,v 1.2 2004-03-08 17:09:38 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_ISO8859_15.st,v 1.3 2004-03-09 21:59:40 cg Exp $'
 ! !
--- a/Encoder_ISO8859_16.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/Encoder_ISO8859_16.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!ISO8859_16 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.
+"
+! !
 
 !ISO8859_16 class methodsFor:'mapping'!
 
@@ -684,5 +711,5 @@
 !ISO8859_16 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_ISO8859_16.st,v 1.2 2004-03-08 17:09:02 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_ISO8859_16.st,v 1.3 2004-03-09 21:58:23 cg Exp $'
 ! !
--- a/Encoder_ISO8859_2.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/Encoder_ISO8859_2.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!ISO8859_2 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.
+"
+! !
 
 !ISO8859_2 class methodsFor:'encoding & decoding'!
 
@@ -725,5 +752,5 @@
 !ISO8859_2 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_ISO8859_2.st,v 1.2 2004-03-08 17:07:38 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_ISO8859_2.st,v 1.3 2004-03-09 21:57:50 cg Exp $'
 ! !
--- a/Encoder_ISO8859_3.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/Encoder_ISO8859_3.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!ISO8859_3 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.
+"
+! !
 
 !ISO8859_3 class methodsFor:'mapping'!
 
@@ -659,5 +686,5 @@
 !ISO8859_3 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_ISO8859_3.st,v 1.2 2004-03-08 17:08:48 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_ISO8859_3.st,v 1.3 2004-03-09 22:00:50 cg Exp $'
 ! !
--- a/Encoder_ISO8859_4.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/Encoder_ISO8859_4.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!ISO8859_4 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.
+"
+! !
 
 !ISO8859_4 class methodsFor:'mapping'!
 
@@ -710,5 +737,5 @@
 !ISO8859_4 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_ISO8859_4.st,v 1.2 2004-03-08 17:07:50 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_ISO8859_4.st,v 1.3 2004-03-09 21:58:57 cg Exp $'
 ! !
--- a/Encoder_ISO8859_5.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/Encoder_ISO8859_5.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!ISO8859_5 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.
+"
+! !
 
 !ISO8859_5 class methodsFor:'mapping'!
 
@@ -588,5 +615,5 @@
 !ISO8859_5 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_ISO8859_5.st,v 1.2 2004-03-08 17:07:22 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_ISO8859_5.st,v 1.3 2004-03-09 21:58:20 cg Exp $'
 ! !
--- a/Encoder_ISO8859_6.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/Encoder_ISO8859_6.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!ISO8859_6 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.
+"
+! !
 
 !ISO8859_6 class methodsFor:'mapping'!
 
@@ -507,5 +534,5 @@
 !ISO8859_6 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_ISO8859_6.st,v 1.2 2004-03-08 17:09:06 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_ISO8859_6.st,v 1.3 2004-03-09 21:59:03 cg Exp $'
 ! !
--- a/Encoder_ISO8859_7.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/Encoder_ISO8859_7.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!ISO8859_7 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.
+"
+! !
 
 !ISO8859_7 class methodsFor:'mapping'!
 
@@ -630,5 +657,5 @@
 !ISO8859_7 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_ISO8859_7.st,v 1.2 2004-03-08 17:09:42 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_ISO8859_7.st,v 1.3 2004-03-09 21:59:38 cg Exp $'
 ! !
--- a/Encoder_ISO8859_8.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/Encoder_ISO8859_8.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!ISO8859_8 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.
+"
+! !
 
 !ISO8859_8 class methodsFor:'mapping'!
 
@@ -511,5 +538,5 @@
 !ISO8859_8 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_ISO8859_8.st,v 1.2 2004-03-08 17:09:40 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_ISO8859_8.st,v 1.3 2004-03-09 22:01:20 cg Exp $'
 ! !
--- a/Encoder_ISO8859_9.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/Encoder_ISO8859_9.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!ISO8859_9 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.
+"
+! !
 
 !ISO8859_9 class methodsFor:'mapping'!
 
@@ -406,5 +433,5 @@
 !ISO8859_9 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_ISO8859_9.st,v 1.2 2004-03-08 17:07:48 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_ISO8859_9.st,v 1.3 2004-03-09 21:58:26 cg Exp $'
 ! !
--- a/Encoder_JIS0201.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/Encoder_JIS0201.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!JIS0201 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.
+"
+! !
 
 !JIS0201 class methodsFor:'mapping'!
 
@@ -531,5 +558,5 @@
 !JIS0201 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_JIS0201.st,v 1.2 2004-03-08 17:09:08 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_JIS0201.st,v 1.3 2004-03-09 21:59:06 cg Exp $'
 ! !
--- a/Encoder_JIS0208.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/Encoder_JIS0208.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!JIS0208 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.
+"
+! !
 
 !JIS0208 class methodsFor:'constants'!
 
@@ -28620,5 +28647,5 @@
 !JIS0208 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_JIS0208.st,v 1.2 2004-03-08 17:08:40 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_JIS0208.st,v 1.3 2004-03-09 22:00:56 cg Exp $'
 ! !
--- a/Encoder_JIS0208_to_EUC.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/Encoder_JIS0208_to_EUC.st	Tue Mar 09 23:01:20 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 }"
@@ -12,6 +24,20 @@
 
 !JIS0208_to_EUC 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.
+"
+!
+
 examples
 "
   Encoding (jis0208 to jis-7)
@@ -300,5 +326,5 @@
 !JIS0208_to_EUC class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_JIS0208_to_EUC.st,v 1.1 2004-03-08 23:56:25 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_JIS0208_to_EUC.st,v 1.2 2004-03-09 21:58:45 cg Exp $'
 ! !
--- a/Encoder_JIS0208_to_JIS7.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/Encoder_JIS0208_to_JIS7.st	Tue Mar 09 23:01:20 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 }"
@@ -12,6 +24,20 @@
 
 !JIS0208_to_JIS7 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.
+"
+!
+
 examples
 "
   Encoding (jis0208 to jis-7)
@@ -340,5 +366,5 @@
 !JIS0208_to_JIS7 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_JIS0208_to_JIS7.st,v 1.5 2004-03-08 23:55:50 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_JIS0208_to_JIS7.st,v 1.6 2004-03-09 21:58:02 cg Exp $'
 ! !
--- a/Encoder_JIS0212.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/Encoder_JIS0212.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!JIS0212 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.
+"
+! !
 
 !JIS0212 class methodsFor:'mapping'!
 
@@ -19,5 +46,5 @@
 !JIS0212 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_JIS0212.st,v 1.2 2004-03-08 17:07:46 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_JIS0212.st,v 1.3 2004-03-09 21:58:52 cg Exp $'
 ! !
--- a/Encoder_JOHAB.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/Encoder_JOHAB.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!JOHAB 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.
+"
+! !
 
 !JOHAB class methodsFor:'mapping'!
 
@@ -19,5 +46,5 @@
 !JOHAB class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_JOHAB.st,v 1.2 2004-03-08 17:07:28 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_JOHAB.st,v 1.3 2004-03-09 21:57:37 cg Exp $'
 ! !
--- a/Encoder_KOI7.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/Encoder_KOI7.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!KOI7 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.
+"
+! !
 
 !KOI7 class methodsFor:'mapping'!
 
@@ -354,5 +381,5 @@
 !KOI7 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_KOI7.st,v 1.2 2004-03-08 17:07:24 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_KOI7.st,v 1.3 2004-03-09 22:01:17 cg Exp $'
 ! !
--- a/Encoder_KOI8_R.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/Encoder_KOI8_R.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!KOI8_R 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.
+"
+! !
 
 !KOI8_R class methodsFor:'mapping'!
 
@@ -826,5 +853,5 @@
 !KOI8_R class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_KOI8_R.st,v 1.2 2004-03-08 17:08:52 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_KOI8_R.st,v 1.3 2004-03-09 21:57:30 cg Exp $'
 ! !
--- a/Encoder_KOI8_U.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/Encoder_KOI8_U.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!KOI8_U 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.
+"
+! !
 
 !KOI8_U class methodsFor:'mapping'!
 
@@ -384,5 +411,5 @@
 !KOI8_U class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_KOI8_U.st,v 1.2 2004-03-08 17:09:32 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_KOI8_U.st,v 1.3 2004-03-09 21:58:42 cg Exp $'
 ! !
--- a/Encoder_KSC5601.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/Encoder_KSC5601.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!KSC5601 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.
+"
+! !
 
 !KSC5601 class methodsFor:'mapping'!
 
@@ -19,5 +46,5 @@
 !KSC5601 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_KSC5601.st,v 1.2 2004-03-08 17:09:56 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_KSC5601.st,v 1.3 2004-03-09 21:58:35 cg Exp $'
 ! !
--- a/Encoder_MAC_Arabic.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/Encoder_MAC_Arabic.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!MAC_Arabic 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.
+"
+! !
 
 !MAC_Arabic class methodsFor:'mapping'!
 
@@ -557,5 +584,5 @@
 !MAC_Arabic class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_MAC_Arabic.st,v 1.2 2004-03-08 17:08:31 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_MAC_Arabic.st,v 1.3 2004-03-09 21:59:43 cg Exp $'
 ! !
--- a/Encoder_MAC_CentralEuropean.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/Encoder_MAC_CentralEuropean.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!MAC_CentralEuropean 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.
+"
+! !
 
 !MAC_CentralEuropean class methodsFor:'mapping'!
 
@@ -346,5 +373,5 @@
 !MAC_CentralEuropean class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_MAC_CentralEuropean.st,v 1.2 2004-03-08 17:07:36 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_MAC_CentralEuropean.st,v 1.3 2004-03-09 21:57:41 cg Exp $'
 ! !
--- a/Encoder_MAC_Croatian.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/Encoder_MAC_Croatian.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!MAC_Croatian 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.
+"
+! !
 
 !MAC_Croatian class methodsFor:'mapping'!
 
@@ -372,5 +399,5 @@
 !MAC_Croatian class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_MAC_Croatian.st,v 1.2 2004-03-08 17:09:00 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_MAC_Croatian.st,v 1.3 2004-03-09 22:00:00 cg Exp $'
 ! !
--- a/Encoder_MAC_Cyrillic.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/Encoder_MAC_Cyrillic.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!MAC_Cyrillic 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.
+"
+! !
 
 !MAC_Cyrillic class methodsFor:'mapping'!
 
@@ -371,5 +398,5 @@
 !MAC_Cyrillic class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_MAC_Cyrillic.st,v 1.2 2004-03-08 17:09:26 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_MAC_Cyrillic.st,v 1.3 2004-03-09 21:57:56 cg Exp $'
 ! !
--- a/Encoder_MAC_Dingbats.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/Encoder_MAC_Dingbats.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!MAC_Dingbats 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.
+"
+! !
 
 !MAC_Dingbats class methodsFor:'mapping'!
 
@@ -348,5 +375,5 @@
 !MAC_Dingbats class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_MAC_Dingbats.st,v 1.2 2004-03-08 17:07:20 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_MAC_Dingbats.st,v 1.3 2004-03-09 22:01:02 cg Exp $'
 ! !
--- a/Encoder_MAC_Farsi.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/Encoder_MAC_Farsi.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!MAC_Farsi 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.
+"
+! !
 
 !MAC_Farsi class methodsFor:'mapping'!
 
@@ -542,5 +569,5 @@
 !MAC_Farsi class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_MAC_Farsi.st,v 1.2 2004-03-08 17:09:04 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_MAC_Farsi.st,v 1.3 2004-03-09 22:00:02 cg Exp $'
 ! !
--- a/Encoder_MAC_Greek.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/Encoder_MAC_Greek.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!MAC_Greek 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.
+"
+! !
 
 !MAC_Greek class methodsFor:'mapping'!
 
@@ -820,5 +847,5 @@
 !MAC_Greek class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_MAC_Greek.st,v 1.2 2004-03-08 17:08:50 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_MAC_Greek.st,v 1.3 2004-03-09 21:59:52 cg Exp $'
 ! !
--- a/Encoder_MAC_Hebrew.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/Encoder_MAC_Hebrew.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!MAC_Hebrew 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.
+"
+! !
 
 !MAC_Hebrew class methodsFor:'mapping'!
 
@@ -584,5 +611,5 @@
 !MAC_Hebrew class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_MAC_Hebrew.st,v 1.2 2004-03-08 17:09:36 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_MAC_Hebrew.st,v 1.3 2004-03-09 22:01:14 cg Exp $'
 ! !
--- a/Encoder_MAC_Iceland.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/Encoder_MAC_Iceland.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!MAC_Iceland 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.
+"
+! !
 
 !MAC_Iceland class methodsFor:'mapping'!
 
@@ -390,5 +417,5 @@
 !MAC_Iceland class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_MAC_Iceland.st,v 1.2 2004-03-08 17:07:18 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_MAC_Iceland.st,v 1.3 2004-03-09 21:59:24 cg Exp $'
 ! !
--- a/Encoder_MAC_Japanese.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/Encoder_MAC_Japanese.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!MAC_Japanese 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.
+"
+! !
 
 !MAC_Japanese class methodsFor:'mapping'!
 
@@ -19,5 +46,5 @@
 !MAC_Japanese class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_MAC_Japanese.st,v 1.2 2004-03-08 17:07:44 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_MAC_Japanese.st,v 1.3 2004-03-09 21:59:58 cg Exp $'
 ! !
--- a/Encoder_MAC_Korean.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/Encoder_MAC_Korean.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!MAC_Korean 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.
+"
+! !
 
 !MAC_Korean class methodsFor:'mapping'!
 
@@ -19,5 +46,5 @@
 !MAC_Korean class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_MAC_Korean.st,v 1.2 2004-03-08 17:09:14 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_MAC_Korean.st,v 1.3 2004-03-09 21:58:29 cg Exp $'
 ! !
--- a/Encoder_MAC_Roman.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/Encoder_MAC_Roman.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!MAC_Roman 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.
+"
+! !
 
 !MAC_Roman class methodsFor:'mapping'!
 
@@ -389,5 +416,5 @@
 !MAC_Roman class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_MAC_Roman.st,v 1.2 2004-03-08 17:08:35 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_MAC_Roman.st,v 1.3 2004-03-09 21:58:14 cg Exp $'
 ! !
--- a/Encoder_MAC_Romanian.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/Encoder_MAC_Romanian.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!MAC_Romanian 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.
+"
+! !
 
 !MAC_Romanian class methodsFor:'mapping'!
 
@@ -387,5 +414,5 @@
 !MAC_Romanian class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_MAC_Romanian.st,v 1.2 2004-03-08 17:07:40 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_MAC_Romanian.st,v 1.3 2004-03-09 21:58:05 cg Exp $'
 ! !
--- a/Encoder_MAC_Symbol.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/Encoder_MAC_Symbol.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!MAC_Symbol 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.
+"
+! !
 
 !MAC_Symbol class methodsFor:'mapping'!
 
@@ -418,5 +445,5 @@
 !MAC_Symbol class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_MAC_Symbol.st,v 1.2 2004-03-08 17:09:34 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_MAC_Symbol.st,v 1.3 2004-03-09 21:57:44 cg Exp $'
 ! !
--- a/Encoder_MAC_Thai.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/Encoder_MAC_Thai.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!MAC_Thai 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.
+"
+! !
 
 !MAC_Thai class methodsFor:'mapping'!
 
@@ -405,5 +432,5 @@
 !MAC_Thai class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_MAC_Thai.st,v 1.2 2004-03-08 17:09:30 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_MAC_Thai.st,v 1.3 2004-03-09 21:59:00 cg Exp $'
 ! !
--- a/Encoder_MAC_Turkish.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/Encoder_MAC_Turkish.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!MAC_Turkish 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.
+"
+! !
 
 !MAC_Turkish class methodsFor:'mapping'!
 
@@ -362,5 +389,5 @@
 !MAC_Turkish class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_MAC_Turkish.st,v 1.2 2004-03-08 17:09:22 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_MAC_Turkish.st,v 1.3 2004-03-09 21:59:55 cg Exp $'
 ! !
--- a/Encoder_MS_Ansi.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/Encoder_MS_Ansi.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!MS_Ansi 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.
+"
+! !
 
 !MS_Ansi class methodsFor:'mapping'!
 
@@ -549,5 +576,5 @@
 !MS_Ansi class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_MS_Ansi.st,v 1.3 2004-03-09 09:32:31 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_MS_Ansi.st,v 1.4 2004-03-09 21:58:08 cg Exp $'
 ! !
--- a/Encoder_MS_Arabic.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/Encoder_MS_Arabic.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!MS_Arabic 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.
+"
+! !
 
 !MS_Arabic class methodsFor:'mapping'!
 
@@ -796,5 +823,5 @@
 !MS_Arabic class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_MS_Arabic.st,v 1.2 2004-03-08 17:08:54 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_MS_Arabic.st,v 1.3 2004-03-09 22:01:11 cg Exp $'
 ! !
--- a/Encoder_MS_Baltic.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/Encoder_MS_Baltic.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!MS_Baltic 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.
+"
+! !
 
 !MS_Baltic class methodsFor:'mapping'!
 
@@ -19,5 +46,5 @@
 !MS_Baltic class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_MS_Baltic.st,v 1.2 2004-03-08 17:07:26 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_MS_Baltic.st,v 1.3 2004-03-09 22:00:06 cg Exp $'
 ! !
--- a/Encoder_MS_Cyrillic.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/Encoder_MS_Cyrillic.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!MS_Cyrillic 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.
+"
+! !
 
 !MS_Cyrillic class methodsFor:'mapping'!
 
@@ -291,5 +318,5 @@
 !MS_Cyrillic class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_MS_Cyrillic.st,v 1.2 2004-03-08 17:08:37 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_MS_Cyrillic.st,v 1.3 2004-03-09 22:01:08 cg Exp $'
 ! !
--- a/Encoder_MS_EastEuropean.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/Encoder_MS_EastEuropean.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!MS_EastEuropean 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.
+"
+! !
 
 !MS_EastEuropean class methodsFor:'mapping'!
 
@@ -287,5 +314,5 @@
 !MS_EastEuropean class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_MS_EastEuropean.st,v 1.2 2004-03-08 17:09:19 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_MS_EastEuropean.st,v 1.3 2004-03-09 21:57:23 cg Exp $'
 ! !
--- a/Encoder_MS_Greek.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/Encoder_MS_Greek.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!MS_Greek 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.
+"
+! !
 
 !MS_Greek class methodsFor:'mapping'!
 
@@ -275,5 +302,5 @@
 !MS_Greek class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_MS_Greek.st,v 1.2 2004-03-08 17:09:52 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_MS_Greek.st,v 1.3 2004-03-09 21:58:11 cg Exp $'
 ! !
--- a/Encoder_MS_Hebrew.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/Encoder_MS_Hebrew.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!MS_Hebrew 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.
+"
+! !
 
 !MS_Hebrew class methodsFor:'mapping'!
 
@@ -242,5 +269,5 @@
 !MS_Hebrew class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_MS_Hebrew.st,v 1.2 2004-03-08 17:09:50 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_MS_Hebrew.st,v 1.3 2004-03-09 21:59:46 cg Exp $'
 ! !
--- a/Encoder_MS_Symbol.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/Encoder_MS_Symbol.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!MS_Symbol 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.
+"
+! !
 
 !MS_Symbol class methodsFor:'mapping'!
 
@@ -45,5 +72,5 @@
 !MS_Symbol class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_MS_Symbol.st,v 1.3 2004-03-08 23:03:46 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_MS_Symbol.st,v 1.4 2004-03-09 21:59:49 cg Exp $'
 ! !
--- a/Encoder_MS_Turkish.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/Encoder_MS_Turkish.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!MS_Turkish 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.
+"
+! !
 
 !MS_Turkish class methodsFor:'mapping'!
 
@@ -285,5 +312,5 @@
 !MS_Turkish class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_MS_Turkish.st,v 1.3 2004-03-08 23:03:48 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_MS_Turkish.st,v 1.4 2004-03-09 22:00:12 cg Exp $'
 ! !
--- a/Encoder_NEXT.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/Encoder_NEXT.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!NEXT 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.
+"
+! !
 
 !NEXT class methodsFor:'mapping'!
 
@@ -286,5 +313,5 @@
 !NEXT class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_NEXT.st,v 1.2 2004-03-08 17:07:42 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_NEXT.st,v 1.3 2004-03-09 22:00:52 cg Exp $'
 ! !
--- a/Encoder_SJIS.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/Encoder_SJIS.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!SJIS 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.
+"
+! !
 
 !SJIS class methodsFor:'mapping'!
 
@@ -25,5 +52,5 @@
 !SJIS class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_SJIS.st,v 1.2 2004-03-08 17:09:58 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_SJIS.st,v 1.3 2004-03-09 21:57:47 cg Exp $'
 ! !
--- a/Encoder_SingleByteEncoder.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/Encoder_SingleByteEncoder.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!SingleByteEncoder 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.
+"
+! !
 
 !SingleByteEncoder class methodsFor:'queries'!
 
@@ -29,5 +56,5 @@
 !SingleByteEncoder class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_SingleByteEncoder.st,v 1.3 2004-03-09 00:20:57 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_SingleByteEncoder.st,v 1.4 2004-03-09 21:57:53 cg Exp $'
 ! !
--- a/Encoder_TwoByteEncoder.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/Encoder_TwoByteEncoder.st	Tue Mar 09 23:01:20 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,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!TwoByteEncoder 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.
+"
+! !
 
 !TwoByteEncoder class methodsFor:'queries'!
 
@@ -29,5 +56,5 @@
 !TwoByteEncoder class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_TwoByteEncoder.st,v 1.3 2004-03-09 00:20:59 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_TwoByteEncoder.st,v 1.4 2004-03-09 22:00:47 cg Exp $'
 ! !
--- a/EncodingError.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/EncodingError.st	Tue Mar 09 23:01:20 2004 +0100
@@ -1,4 +1,14 @@
-"{ Encoding: iso8859-1 }"
+"
+ 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' }"
 
@@ -9,9 +19,24 @@
 	category:'Collections-Text-Encodings'
 !
 
+!EncodingError 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.
+"
+! !
 
 !EncodingError class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/EncodingError.st,v 1.1 2004-03-03 20:44:00 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/EncodingError.st,v 1.2 2004-03-09 21:57:20 cg Exp $'
 ! !
--- a/InvalidEncodingError.st	Tue Mar 09 22:52:03 2004 +0100
+++ b/InvalidEncodingError.st	Tue Mar 09 23:01:20 2004 +0100
@@ -1,4 +1,14 @@
-"{ Encoding: iso8859-1 }"
+"
+ 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' }"
 
@@ -9,6 +19,21 @@
 	category:'Collections-Text-Encodings'
 !
 
+!InvalidEncodingError 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.
+"
+! !
 
 !InvalidEncodingError methodsFor:'queries'!
 
@@ -19,5 +44,5 @@
 !InvalidEncodingError class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/InvalidEncodingError.st,v 1.2 2004-03-03 20:46:11 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/InvalidEncodingError.st,v 1.3 2004-03-09 22:00:59 cg Exp $'
 ! !