haskus-binary-1.3: Haskus binary format manipulation

Safe HaskellNone
LanguageHaskell2010

Haskus.Format.Text.Unicode.UCD

Description

Unicode character database

Synopsis

Documentation

blocks :: [(CodePointRange, String)] Source #

Plane blocks

>>> blocks !! 1
(U+0080..U+00FF,"Latin-1 Supplement")