name query
authorca
Fri, 12 Mar 2004 10:15:13 +0100
changeset 8163 a867b07aa226
parent 8162 ae2572f8a468
child 8164 db7a658c7bfc
name query
CharacterEncoderImplementations__ISO10646_to_UTF8.st
CharacterEncoderImplementations__JIS0208_to_EUC.st
CharacterEncoderImplementations__JIS0208_to_JIS7.st
Encoder_ISO10646_to_UTF8.st
Encoder_JIS0208_to_EUC.st
Encoder_JIS0208_to_JIS7.st
--- a/CharacterEncoderImplementations__ISO10646_to_UTF8.st	Fri Mar 12 10:14:46 2004 +0100
+++ b/CharacterEncoderImplementations__ISO10646_to_UTF8.st	Fri Mar 12 10:15:13 2004 +0100
@@ -362,8 +362,14 @@
     "
 ! !
 
+!ISO10646_to_UTF8 methodsFor:'queries'!
+
+nameOfEncoding
+    ^ #'utf8'
+! !
+
 !ISO10646_to_UTF8 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__ISO10646_to_UTF8.st,v 1.4 2004-03-09 21:59:30 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__ISO10646_to_UTF8.st,v 1.5 2004-03-12 09:15:01 ca Exp $'
 ! !
--- a/CharacterEncoderImplementations__JIS0208_to_EUC.st	Fri Mar 12 10:14:46 2004 +0100
+++ b/CharacterEncoderImplementations__JIS0208_to_EUC.st	Fri Mar 12 10:15:13 2004 +0100
@@ -323,8 +323,14 @@
     "Modified: 4.7.1997 / 11:03:43 / cg"
 ! !
 
+!JIS0208_to_EUC methodsFor:'queries'!
+
+nameOfEncoding
+    ^ #'euc'
+! !
+
 !JIS0208_to_EUC class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__JIS0208_to_EUC.st,v 1.2 2004-03-09 21:58:45 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__JIS0208_to_EUC.st,v 1.3 2004-03-12 09:15:13 ca Exp $'
 ! !
--- a/CharacterEncoderImplementations__JIS0208_to_JIS7.st	Fri Mar 12 10:14:46 2004 +0100
+++ b/CharacterEncoderImplementations__JIS0208_to_JIS7.st	Fri Mar 12 10:15:13 2004 +0100
@@ -363,8 +363,14 @@
     "
 ! !
 
+!JIS0208_to_JIS7 methodsFor:'queries'!
+
+nameOfEncoding
+    ^ #'jis7'
+! !
+
 !JIS0208_to_JIS7 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__JIS0208_to_JIS7.st,v 1.6 2004-03-09 21:58:02 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__JIS0208_to_JIS7.st,v 1.7 2004-03-12 09:15:11 ca Exp $'
 ! !
--- a/Encoder_ISO10646_to_UTF8.st	Fri Mar 12 10:14:46 2004 +0100
+++ b/Encoder_ISO10646_to_UTF8.st	Fri Mar 12 10:15:13 2004 +0100
@@ -362,8 +362,14 @@
     "
 ! !
 
+!ISO10646_to_UTF8 methodsFor:'queries'!
+
+nameOfEncoding
+    ^ #'utf8'
+! !
+
 !ISO10646_to_UTF8 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_ISO10646_to_UTF8.st,v 1.4 2004-03-09 21:59:30 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_ISO10646_to_UTF8.st,v 1.5 2004-03-12 09:15:01 ca Exp $'
 ! !
--- a/Encoder_JIS0208_to_EUC.st	Fri Mar 12 10:14:46 2004 +0100
+++ b/Encoder_JIS0208_to_EUC.st	Fri Mar 12 10:15:13 2004 +0100
@@ -323,8 +323,14 @@
     "Modified: 4.7.1997 / 11:03:43 / cg"
 ! !
 
+!JIS0208_to_EUC methodsFor:'queries'!
+
+nameOfEncoding
+    ^ #'euc'
+! !
+
 !JIS0208_to_EUC class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_JIS0208_to_EUC.st,v 1.2 2004-03-09 21:58:45 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_JIS0208_to_EUC.st,v 1.3 2004-03-12 09:15:13 ca Exp $'
 ! !
--- a/Encoder_JIS0208_to_JIS7.st	Fri Mar 12 10:14:46 2004 +0100
+++ b/Encoder_JIS0208_to_JIS7.st	Fri Mar 12 10:15:13 2004 +0100
@@ -363,8 +363,14 @@
     "
 ! !
 
+!JIS0208_to_JIS7 methodsFor:'queries'!
+
+nameOfEncoding
+    ^ #'jis7'
+! !
+
 !JIS0208_to_JIS7 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_JIS0208_to_JIS7.st,v 1.6 2004-03-09 21:58:02 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/Encoder_JIS0208_to_JIS7.st,v 1.7 2004-03-12 09:15:11 ca Exp $'
 ! !