Handbook
Glossary
try-noncombining ( state char -- state )
Vocabulary
unicode
.
normalize
.
private
Inputs
state
an
object
char
an
object
Outputs
state
an
object
Definition
USING:
accessors
kernel
unicode.data
;
IN:
unicode.normalize.private
:
try-noncombining
( state char -- state )
[
drop
]
[
[
char>>
]
dip
combine-chars
]
2bi
[
>>char
to
f
>>last-class
compose-iter
]
when*
;
inline
recursive