Ignore-this: 731c592d836554408bd7350b20a623a3 darcs-hash:20090303125335-a4fee-48fb4fa694f42bae3ba57834c3e52966c414bb55
6 lines
190 B
Haskell
6 lines
190 B
Haskell
{-# LANGUAGE TemplateHaskell,DeriveDataTypeable #-}
|
|
module Data.Encoding.JISX0212 where
|
|
|
|
import Data.Encoding.Helper.Template (makeJISInstance)
|
|
|
|
$( makeJISInstance "JISX0212" "JIS0212.TXT" ) |