From 693010654c5859967f2577c190c973b02e8545c4 Mon Sep 17 00:00:00 2001 From: Henning Guenther Date: Tue, 3 Mar 2009 04:53:35 -0800 Subject: [PATCH] Added JISX0212 Ignore-this: 731c592d836554408bd7350b20a623a3 darcs-hash:20090303125335-a4fee-48fb4fa694f42bae3ba57834c3e52966c414bb55 --- Data/Encoding/JISX0212.hs | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Data/Encoding/JISX0212.hs diff --git a/Data/Encoding/JISX0212.hs b/Data/Encoding/JISX0212.hs new file mode 100644 index 0000000..a700902 --- /dev/null +++ b/Data/Encoding/JISX0212.hs @@ -0,0 +1,6 @@ +{-# LANGUAGE TemplateHaskell,DeriveDataTypeable #-} +module Data.Encoding.JISX0212 where + +import Data.Encoding.Helper.Template (makeJISInstance) + +$( makeJISInstance "JISX0212" "JIS0212.TXT" ) \ No newline at end of file