#OTHER by mawalch
authormawalch
Thu, 16 Jun 2016 10:28:35 +0200
changeset 20006 d02e5ecd17af
parent 20005 33091ec3a336
child 20007 fadbdacd6e66
#OTHER by mawalch Prefer official IANA spelling for encodings.
CharacterArray.st
--- a/CharacterArray.st	Thu Jun 16 10:28:31 2016 +0200
+++ b/CharacterArray.st	Thu Jun 16 10:28:35 2016 +0200
@@ -6048,7 +6048,7 @@
 encoding
     "return the strings encoding, as a symbol.
      Here, by default, we assume unicode-encoding.
-     Notice, that iso8859-1 is a true subset of unicode,
+     Notice, that ISO-8859-1 is a true subset of unicode,
      and that singleByteStrings are therefore both unicode AND
      8859-1 encoded."