Handbook
Glossary
graphemes>weights ( graphemes -- weights )
Vocabulary
unicode
.
collation
.
private
Inputs
graphemes
an
object
Outputs
weights
an
object
Definition
USING:
arrays
kernel
sequences
;
IN:
unicode.collation.private
:
graphemes>weights
( graphemes -- weights )
[
dup
weight-levels?
[
1array
]
[
char>weight-levels
]
if
]
{
}
map-as
concat
;