CharacterEncoderImplementations__JIS0208_to_EUC.st
changeset 8148 dbf64e3142d9
parent 8123 efb801f6656f
child 8163 a867b07aa226
equal deleted inserted replaced
8147:416bcaa573ef 8148:dbf64e3142d9
       
     1 "
       
     2  COPYRIGHT (c) 2004 by eXept Software AG
       
     3               All Rights Reserved
       
     4 
       
     5  This software is furnished under a license and may be used
       
     6  only in accordance with the terms of that license and with the
       
     7  inclusion of the above copyright notice.   This software may not
       
     8  be provided or otherwise made available to, or used by, any
       
     9  other person.  No title to or ownership of the software is
       
    10  hereby transferred.
       
    11 "
       
    12 
     1 "{ Package: 'stx:libbasic' }"
    13 "{ Package: 'stx:libbasic' }"
     2 
    14 
     3 "{ NameSpace: CharacterEncoderImplementations }"
    15 "{ NameSpace: CharacterEncoderImplementations }"
     4 
    16 
     5 TwoByteEncoder subclass:#JIS0208_to_EUC
    17 TwoByteEncoder subclass:#JIS0208_to_EUC
     9 	poolDictionaries:''
    21 	poolDictionaries:''
    10 	category:'Collections-Text-Encodings'
    22 	category:'Collections-Text-Encodings'
    11 !
    23 !
    12 
    24 
    13 !JIS0208_to_EUC class methodsFor:'documentation'!
    25 !JIS0208_to_EUC class methodsFor:'documentation'!
       
    26 
       
    27 copyright
       
    28 "
       
    29  COPYRIGHT (c) 2004 by eXept Software AG
       
    30               All Rights Reserved
       
    31 
       
    32  This software is furnished under a license and may be used
       
    33  only in accordance with the terms of that license and with the
       
    34  inclusion of the above copyright notice.   This software may not
       
    35  be provided or otherwise made available to, or used by, any
       
    36  other person.  No title to or ownership of the software is
       
    37  hereby transferred.
       
    38 "
       
    39 !
    14 
    40 
    15 examples
    41 examples
    16 "
    42 "
    17   Encoding (jis0208 to jis-7)
    43   Encoding (jis0208 to jis-7)
    18      |t|
    44      |t|
   298 ! !
   324 ! !
   299 
   325 
   300 !JIS0208_to_EUC class methodsFor:'documentation'!
   326 !JIS0208_to_EUC class methodsFor:'documentation'!
   301 
   327 
   302 version
   328 version
   303     ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__JIS0208_to_EUC.st,v 1.1 2004-03-08 23:56:25 cg Exp $'
   329     ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderImplementations__JIS0208_to_EUC.st,v 1.2 2004-03-09 21:58:45 cg Exp $'
   304 ! !
   330 ! !