ascii85x-0.2.4.1: Displays TI-85 variable files as text
Safe HaskellSafe-Inferred
LanguageHaskell2010

Data.TI85.Encoding

Description

Text data in a variable file is encoded using a special purpose code page. This module supports decoding such text, using an approximate projection into unicode.

Synopsis

Documentation

tiDecode :: ByteString -> Text Source #

Decode a bytestring into text using the TI-86 screen code page.