set-code-point ( seq -- )


Vocabulary
unicode.data.private

Definition
USING: kernel make sequences unicode.data ;

IN: unicode.data.private

: set-code-point ( seq -- )
4 head [ multihex ] map first4 <code-point> swap first ,, ;