unicode

Unicode character functions.


License
Other
Install
psc-package install unicode

Documentation

purescript-unicode

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.