#OTHER by mawalch
authormawalch
Thu, 16 Jun 2016 10:28:11 +0200
changeset 20002 34469490c8b9
parent 20001 a66f4d0fd61a
child 20003 7867360500a7
#OTHER by mawalch Prefer official IANA spelling for encodings.
UnixOperatingSystem.st
--- a/UnixOperatingSystem.st	Wed Jun 15 17:32:10 2016 +0200
+++ b/UnixOperatingSystem.st	Thu Jun 16 10:28:11 2016 +0200
@@ -9503,7 +9503,7 @@
                     ^ CodesetEncoder decodeString: encodedPathNameOrOutputLine
                 ].
             ] on:DecodingError do:[:ex|
-                "maybe there are old filenames in ISO8859-x,
+                "maybe there are old filenames in ISO-8859-x,
                  just keep them untranslated"
             ].
         ].
@@ -9621,7 +9621,7 @@
                     ^ CodesetEncoder encodeString: pathName.
                 ].
             ] on:EncodingError do:[:ex|
-                "maybe there are old filenames in ISO8859-x,
+                "maybe there are old filenames in ISO-8859-x,
                  just keep them untranslated"
             ].
         ].