Handbook
Glossary
pass-combining ( str -- str i )
Vocabulary
unicode
.
normalize
.
private
Inputs
str
an
object
Outputs
str
an
object
i
an
object
Definition
USING:
kernel
make
sequences
unicode.data
;
IN:
unicode.normalize.private
:
pass-combining
( str -- str i )
dup
[
non-starter?
not
]
find
drop
[
dup
length
]
unless*
2dup
head-slice
%
;