1-05_integer-to-character-conversions.asciidoc says in the Discussion section: "For example, the expression(map char (range 0x0410 0x042F))
prints out all the Cyrillic capital letters."
One last letter is missing though. The range should be(range 0x0410 0x0430)
.