Package

purescript-text-encoding

Repository
AlexaDeWit/purescript-text-encoding
License
Apache-2.0
Uploaded by
AlexaDeWit
Published on
2018-10-11T06:40:55Z

WHATWG/W3C Encoding Standard

Installation

bower install purescript-text-encoding

This package relies on the TextEncoder and TextDecoder interfaces which are not yet supported everywhere. If you want to use purescript-text-encoding in such an environment, you will need to install a polyfill: npm install text-encoding.

Documentation

Module documentation is published on Pursuit.

Notes on Purescript versions

This project is a continuation fork of the purescript-encoding package released by the user menelaos.

The first release for this package is v0.0.7 and supports purescript 0.12

For earlier purescript versions please see the original upstream package