CharacterEncoderError.st
changeset 20005 33091ec3a336
parent 17267 1d49121c1dc7
child 20079 8d884971c2ed
child 22435 d7b92e627ed6
equal deleted inserted replaced
20004:1e7f67889c89 20005:33091ec3a336
    38 
    38 
    39 documentation
    39 documentation
    40 "
    40 "
    41     raised if no encoding/decoding exists for some codePoint
    41     raised if no encoding/decoding exists for some codePoint
    42     while converting 
    42     while converting 
    43     (for example, when converting unicode to iso8859-x and vice versa).
    43     (for example, when converting unicode to ISO-8859-x and vice versa).
    44 "
    44 "
    45 ! !
    45 ! !
    46 
    46 
    47 !CharacterEncoderError methodsFor:'accessing'!
    47 !CharacterEncoderError methodsFor:'accessing'!
    48 
    48 
    67 ! !
    67 ! !
    68 
    68 
    69 !CharacterEncoderError class methodsFor:'documentation'!
    69 !CharacterEncoderError class methodsFor:'documentation'!
    70 
    70 
    71 version
    71 version
    72     ^ '$Header: /cvs/stx/stx/libbasic/CharacterEncoderError.st,v 1.10 2014-12-30 12:39:44 cg Exp $'
    72     ^ '$Header$'
    73 ! !
    73 ! !
    74 
    74