encoding/create_gb18030_data.sh
Henning Guenther dc47984bf6 Implemented GB18030 encoding
This is a bit of a hack, because the static lookup data this encoding requires brings template haskell to it's knees. So I've got a program that generates a haskell module file from the XML mapping.

darcs-hash:20070823034759-a4fee-883359c8951d4376fc2d783cd7be352d6c5b2111
2007-08-22 20:47:59 -07:00

4 lines
69 B
Bash
Executable File

#!/bin/bash
ghc Data.Encoding.Helper.Data -e "createStandardModule"