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