CharacterEncoder.st
changeset 20227 4090cde0c345
parent 20004 1e7f67889c89
child 20229 b5cdb27022c8
child 20403 7f44b6aab60d
--- a/CharacterEncoder.st	Wed Aug 10 16:06:51 2016 +0200
+++ b/CharacterEncoder.st	Wed Aug 10 16:10:31 2016 +0200
@@ -92,20 +92,20 @@
 
     No Warranty.
 
-    All the ISO 8859 codesets include ASCII as a proper codeset within them: 
+    All the ISO 8859 codesets include ASCII as a proper codeset within them:
 
-    ISO-8859-1: Latin 1 - Western European Languages. 
-    ISO-8859-2: Latin 2 - Eastern European Languages. 
-    ISO-8859-3: Latin 3 - Afrikaans, Catalan, Dutch, English, Esperanto, German, 
-                          Italian, Maltese, Spanish and Turkish. 
-    ISO-8859-4: Latin 4 - Danish, English, Estonian, Finnish, German, Greenlandic, Lappish and Latvian. 
-    ISO-8859-5: Latin/Cyrillic - Bulgarian, Byelorussian, English, Macedonian, Russian, Serbo-Croat and Ukranian. 
-    ISO-8859-6: Latin/Arabic - Arabic. 
-    ISO-8859-7: Latin/Greek - Greek. 
-    ISO-8859-8: Latin/Hebrew - Hebrew. 
-    ISO-8859-9: Latin 5 - Danish, Dutch, English, Finnish, French, German, Irish, Italian, 
-                          Norwegian, Portuguese, Spanish, Swedish and Turkish. 
-    ISO-8859-10: Latin 6 - Danish, English, Estonian, Finnish, German, Greenlandic, Icelandic, 
+    ISO-8859-1: Latin 1 - Western European Languages.
+    ISO-8859-2: Latin 2 - Eastern European Languages.
+    ISO-8859-3: Latin 3 - Afrikaans, Catalan, Dutch, English, Esperanto, German,
+                          Italian, Maltese, Spanish and Turkish.
+    ISO-8859-4: Latin 4 - Danish, English, Estonian, Finnish, German, Greenlandic, Lappish and Latvian.
+    ISO-8859-5: Latin/Cyrillic - Bulgarian, Byelorussian, English, Macedonian, Russian, Serbo-Croat and Ukranian.
+    ISO-8859-6: Latin/Arabic - Arabic.
+    ISO-8859-7: Latin/Greek - Greek.
+    ISO-8859-8: Latin/Hebrew - Hebrew.
+    ISO-8859-9: Latin 5 - Danish, Dutch, English, Finnish, French, German, Irish, Italian,
+                          Norwegian, Portuguese, Spanish, Swedish and Turkish.
+    ISO-8859-10: Latin 6 - Danish, English, Estonian, Finnish, German, Greenlandic, Icelandic,
                           Sami (Lappish), Latvian, Lithuanian, Norwegian, Faroese and Swedish.
     [author:]
         Claus Gittinger
@@ -114,21 +114,21 @@
 
 examples
 "
-                                                                        [exBegin]                                                     
+                                                                        [exBegin]
     |s1 s2|
 
     s1 := 'hello'.
     s2 := CharacterEncoder encodeString:s1 from:#'iso8859-1' into:#'unicode'.
-    s2       
-                                                                        [exEnd]                                                     
+    s2
+                                                                        [exEnd]
 
-                                                                        [exBegin]                                                     
+                                                                        [exBegin]
     |s1 s2|
 
     s1 := 'hello'.
     s2 := CharacterEncoder encodeString:s1 from:#'iso8859-1' into:#'iso8859-7'.
-    s2      
-                                                                        [exEnd]                                                     
+    s2
+                                                                        [exEnd]
 "
 !
 
@@ -158,7 +158,7 @@
         - generate code by evaluating (make sure that CharacterEncoderGenerator is loaded from stx:goodies):
             CharacterEncoder::CP267 generateCode
 
-    Thats all !!
+    That's all!!
 
 
     The existing code was generated by: