class: CharacterEncoderImplementations::ISO10646_to_UTF8_MAC
authorClaus Gittinger <cg@exept.de>
Fri, 27 Feb 2015 18:17:49 +0100
changeset 17566 a990c12c71c0
parent 17565 29224f55218c
child 17567 2d57395ef7e0
class: CharacterEncoderImplementations::ISO10646_to_UTF8_MAC comment/format in: #initializeDecomposeMap
CharacterEncoderImplementations__ISO10646_to_UTF8_MAC.st
--- a/CharacterEncoderImplementations__ISO10646_to_UTF8_MAC.st	Fri Feb 27 18:16:39 2015 +0100
+++ b/CharacterEncoderImplementations__ISO10646_to_UTF8_MAC.st	Fri Feb 27 18:17:49 2015 +0100
@@ -74,6 +74,9 @@
     ComposeMap := Dictionary new.
 
     #(
+        "/ attention: the following strings contain non-latin characters
+        "/ if you don't see them, change your font setting for a better font
+
         (16r0300 "gravis" 'AÀaàEÈeèIÌiìoòOÒUÙuùNǸnǹÜǛüǜ')
         (16r0301 "akut"   'AÁaáEÉeéIÍiíOÓoóUÚuúyýYÝCĆcćNŃnńRŔrŕSŚsśZŹzźGǴgǵÆǼæǽØǾøǿÜǗüǘ')
         (16r0302 "circonflex" 'AÂaâEÊeêIÎiîOÔoôUÛuûCĈcĉGĜgĝHĤhĥJĴjĵSŜsŝWŴwŵYŶyŷ')
@@ -301,10 +304,10 @@
 !ISO10646_to_UTF8_MAC class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__ISO10646_to_UTF8_MAC.st,v 1.5 2015-02-27 17:16:39 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__ISO10646_to_UTF8_MAC.st,v 1.6 2015-02-27 17:17:49 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__ISO10646_to_UTF8_MAC.st,v 1.5 2015-02-27 17:16:39 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__ISO10646_to_UTF8_MAC.st,v 1.6 2015-02-27 17:17:49 cg Exp $'
 ! !