Package

purescript-unicode

Repository
purescript-contrib/purescript-unicode
License
BSD-3-Clause
Uploaded by
cdepillabout
Published on
2017-04-10T16:10:31Z

Latest release Build Status Maintainer: cdepillabout

Unicode character functions.

Installation

$ bower install purescript-unicode

Module documentation

Generate Internal module

The Data.Char.Unicode.Internal module can be generated with the following command:

$ wget 'http://www.unicode.org/Public/6.0.0/ucd/UnicodeData.txt'
$ ./ubconfc < UnicodeData.txt > src/Data/Char/Unicode/Internal.purs