Now it's possible to change the character encoding while de-/encoding. Also, it's possible to use any data structure as a source or target of the de-/encoding process. darcs-hash:20090221203100-a4fee-6da31f2e37c30a3f5cd5f10af71984209488bb0b
6 lines
166 B
Haskell
6 lines
166 B
Haskell
{-# LANGUAGE TemplateHaskell #-}
|
|
module Data.Encoding.CP1256 where
|
|
|
|
import Data.Encoding.Helper.Template (makeISOInstance)
|
|
|
|
$( makeISOInstance "CP1256" "CP1256.TXT" ) |