#OTHER by cg
authorClaus Gittinger <cg@exept.de>
Sun, 24 Mar 2019 12:26:44 +0100
changeset 23963 566bde7ef31d
parent 23962 fae83231f837
child 23964 54ca96b24b2b
#OTHER by cg comment
IntegerArray.st
--- a/IntegerArray.st	Sun Mar 24 12:26:39 2019 +0100
+++ b/IntegerArray.st	Sun Mar 24 12:26:44 2019 +0100
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 1997 by eXept Software AG
 	      All Rights Reserved
@@ -51,6 +53,9 @@
         ByteArray BooleanArray FloatArray DoubleArray Array
         SignedWordArray WordArray
 
+    [caveat:]
+        should probably be renamed to UnsignedInt32Array
+        
     [author:]
         Claus Gittinger
 "