io.encodings.strict: Rename

db4
Doug Coleman 2013-03-24 10:10:45 -07:00
parent a7a065e315
commit e0216808e2
1 changed files with 3 additions and 3 deletions

View File

@ -3,9 +3,9 @@
USING: io.encodings kernel accessors summary ;
IN: io.encodings.strict
TUPLE: strict code ;
TUPLE: strict-state code ;
C: strict strict
C: strict strict-state
M: strict decode-char
M: strict-state decode-char
code>> decode-char dup replacement-char = [ decode-error ] when ;