packages feed

encoding-0.5.0: Data/Encoding/ISO88599.hs

{-# LANGUAGE TemplateHaskell,DeriveDataTypeable #-}
module Data.Encoding.ISO88599 where

import Data.Encoding.Helper.Template (makeISOInstance)

$( makeISOInstance "ISO88599" "8859-9.TXT" )