On this page:
0.1
top
← prev up

Package codepointπŸ”— i

Simon Johnston <johnstonskj@gmail.com>

This package provides types that describe individual Unicode codepoints, codepoint ranges, and character properties. The following example demonstrates the query of certain character properties that explain the behavior of combining the letter #\a with the character U+0304.

Examples:
> (codepoint? 772)

#t

> (ucd-name 772)

"COMBINING MACRON"

'Mn

"Non-spacing mark"

230

"Distinct marks directly above"

> (string #\a(codepoint->char 772))

"ā"

The functions in codepoint/properties return the values extracted from the Unicode Character Database, and the only conversion is typically string to number or string to symbol. Descriptions of the values that are returned are gathered in codepoint/enums for display purposes.

top
← prev up

AltStyle γ«γ‚ˆγ£γ¦ε€‰ζ›γ•γ‚ŒγŸγƒšγƒΌγ‚Έ (->γ‚ͺγƒͺγ‚ΈγƒŠγƒ«) /