Package

purescript-unicode

Repository
purescript-contrib/purescript-unicode
License
BSD-3-Clause
Uploaded by
thomashoneyman
Published on
2018-06-23T00:45:39Z

Latest release Build status Pursuit 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

Contributing

Read the contribution guidelines to get started and see helpful related resources.