CharacterArray.st
changeset 2692 281e46d29478
parent 2581 d06e3bbfc294
child 2720 98c21d9a07c0
--- a/CharacterArray.st	Tue Jun 17 10:22:49 1997 +0200
+++ b/CharacterArray.st	Tue Jun 17 18:06:04 1997 +0200
@@ -859,7 +859,7 @@
                                 newString at:(dstIdx + 2) put:n3.
                                 dstIdx := dstIdx + 3.
                             ] ifFalse:[
-                                self halt.
+                                self halt:'bad escape sequence in JIS string'.
                             ]
                         ]
                     ]
@@ -958,8 +958,8 @@
          l realize
     "
 
-    "Modified: 2.3.1996 / 13:39:08 / cg"
     "Created: 17.4.1996 / 16:11:57 / cg"
+    "Modified: 17.6.1997 / 18:04:58 / cg"
 !
 
 encodeIntoBIG5withRomans:aBIG5String
@@ -4273,5 +4273,5 @@
 !CharacterArray class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterArray.st,v 1.110 1997-04-22 21:51:26 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterArray.st,v 1.111 1997-06-17 16:06:04 cg Exp $'
 ! !