CharacterArray.st
changeset 1440 7a38f09abf92
parent 1435 3ee1fde2aa58
child 1613 cf7be5555874
--- a/CharacterArray.st	Sun May 26 11:56:52 1996 +0200
+++ b/CharacterArray.st	Sun May 26 13:01:07 1996 +0200
@@ -168,7 +168,7 @@
     "/ mac -> iso8859
     "/
     "/ You will loose the following characters:
-    "/ - all of them will be replaced by 8F (¿)
+    "/ - all of them will be replaced by 8F
     "/
     "/  A0 (dagger)
     "/  A5 (dot-dot)
@@ -250,7 +250,7 @@
     "/ next -> iso8859
     "/
     "/ You will loose the following characters:
-    "/ - all of them will be replaced by 8F (¿) 
+    "/ - all of them will be replaced by 8F
     "/
     "/  A4 (diacrit /)
     "/  A9 (diacrit quote)
@@ -319,7 +319,7 @@
     "/
     "/
     "/ You will loose the following characters:
-    "/ - all of them will be replaced by 8F (¿) 
+    "/ - all of them will be replaced by 8F
     "/
     "/  9E      (pesetas)
     "/  9F      (latin f)
@@ -3897,5 +3897,5 @@
 !CharacterArray class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterArray.st,v 1.93 1996-05-22 14:37:43 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterArray.st,v 1.94 1996-05-26 11:01:07 cg Exp $'
 ! !