encoding/Data/Encoding/CP1253.hs
Henning Guenther eeee054f1e Rewrite to support more sources and changing the encoding dynamically
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
2009-02-21 12:31:00 -08:00

6 lines
166 B
Haskell

{-# LANGUAGE TemplateHaskell #-}
module Data.Encoding.CP1253 where
import Data.Encoding.Helper.Template (makeISOInstance)
$( makeISOInstance "CP1253" "CP1253.TXT" )