- char-decomposition charprocedure
Returns the decomposition mapping of char.
For example, for ΒΌ, VULGAR FRACTION ONE QUARTER:
(char-decomposition #\xBC) ;; => '(#\1 #\x2044 #\4)
Returns the decomposition mapping of char.
For example, for ΒΌ, VULGAR FRACTION ONE QUARTER:
(char-decomposition #\xBC) ;; => '(#\1 #\x2044 #\4)