CharacterEncoder.st
changeset 8211 c4377c6c20e4
parent 8210 cac1802b8603
child 8214 406c7fc10e12
equal deleted inserted replaced
8210:cac1802b8603 8211:c4377c6c20e4
   346      self encoderFor:#'unicode'      
   346      self encoderFor:#'unicode'      
   347     "
   347     "
   348 !
   348 !
   349 
   349 
   350 encoderForUTF8
   350 encoderForUTF8
       
   351     "return an encoder-instance which can map unicode into/from utf8"
       
   352 
   351     ^ self encoderFor:#utf8
   353     ^ self encoderFor:#utf8
   352 
   354 
   353     "
   355     "
   354      CharacterEncoder encoderFor:#'latin1'       
   356      CharacterEncoder encoderFor:#'latin1'       
   355      self encoderFor:#'arabic'       
   357      self encoderFor:#'arabic'       
  1301 ! !
  1303 ! !
  1302 
  1304 
  1303 !CharacterEncoder class methodsFor:'documentation'!
  1305 !CharacterEncoder class methodsFor:'documentation'!
  1304 
  1306 
  1305 version
  1307 version
  1306     ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoder.st,v 1.79 2004-03-16 10:55:18 cg Exp $'
  1308     ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoder.st,v 1.80 2004-03-16 10:55:50 cg Exp $'
  1307 ! !
  1309 ! !
  1308 
  1310 
  1309 CharacterEncoder initialize!
  1311 CharacterEncoder initialize!