A comprehensive collection of Char-to-bytes text encodings
Go to file
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
Data Implemented GB18030 encoding 2007-08-22 20:47:59 -07:00
System/IO Initial commit 2007-08-01 17:35:05 -07:00
8859-2.TXT Initial commit 2007-08-01 17:35:05 -07:00
8859-3.TXT Initial commit 2007-08-01 17:35:05 -07:00
8859-4.TXT Initial commit 2007-08-01 17:35:05 -07:00
8859-5.TXT Initial commit 2007-08-01 17:35:05 -07:00
8859-6.TXT Initial commit 2007-08-01 17:35:05 -07:00
8859-7.TXT Initial commit 2007-08-01 17:35:05 -07:00
8859-8.TXT Initial commit 2007-08-01 17:35:05 -07:00
8859-9.TXT Initial commit 2007-08-01 17:35:05 -07:00
8859-10.TXT Initial commit 2007-08-01 17:35:05 -07:00
8859-11.TXT Initial commit 2007-08-01 17:35:05 -07:00
8859-13.TXT Initial commit 2007-08-01 17:35:05 -07:00
8859-14.TXT Initial commit 2007-08-01 17:35:05 -07:00
8859-15.TXT Initial commit 2007-08-01 17:35:05 -07:00
8859-16.TXT Initial commit 2007-08-01 17:35:05 -07:00
CP1250.TXT Initial commit 2007-08-01 17:35:05 -07:00
CP1251.TXT Initial commit 2007-08-01 17:35:05 -07:00
CP1252.TXT Initial commit 2007-08-01 17:35:05 -07:00
CP1253.TXT Initial commit 2007-08-01 17:35:05 -07:00
CP1254.TXT Initial commit 2007-08-01 17:35:05 -07:00
CP1255.TXT Initial commit 2007-08-01 17:35:05 -07:00
CP1256.TXT Initial commit 2007-08-01 17:35:05 -07:00
CP1257.TXT Initial commit 2007-08-01 17:35:05 -07:00
CP1258.TXT Initial commit 2007-08-01 17:35:05 -07:00
create_gb18030_data.sh Implemented GB18030 encoding 2007-08-22 20:47:59 -07:00
encoding.cabal Implemented GB18030 encoding 2007-08-22 20:47:59 -07:00
gb-18030-2000.xml Implemented GB18030 encoding 2007-08-22 20:47:59 -07:00
Setup.hs Initial commit 2007-08-01 17:35:05 -07:00
system_encoding.c Work-around for windows-platforms 2007-08-13 05:35:58 -07:00
system_encoding.h Work-around for windows-platforms 2007-08-13 05:35:58 -07:00