Fixing interval maps docs typo; Minor change to io.encodings.japanese

db4
Daniel Ehrenberg 2009-02-02 13:53:08 -06:00
parent ce83be67a4
commit e7bb0d21d1
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ VALUE: windows-31j
TUPLE: jis assoc ; TUPLE: jis assoc ;
: <jis> ( assoc -- jis ) : <jis> ( assoc -- jis )
[ nip ] assoc-filter H{ } assoc-like [ nip ] assoc-filter
>biassoc jis boa ; >biassoc jis boa ;
: ch>jis ( ch tuple -- jis ) assoc>> value-at [ encode-error ] unless* ; : ch>jis ( ch tuple -- jis ) assoc>> value-at [ encode-error ] unless* ;