haskell-ja > Archives > 2009/09/14

2009/09/14 15:35:10 UTCshelarcy
#
code page への対応が来ました。まだ肝心の二バイト文字には対応していないようですが、これが終れば GHC 6.14 を待たずとも済みそうですね。
#
http://www.haskell.org/pipermail/cvs-libraries/2009-September/011289.html
#
なお、現在 code page を使うコードが二バイト文字に対応していない理由は以下の通りです。
#
Currently, this script only supports single-byte encodings, since the lookup
tables required for the CJK double-byte codepages are too large to be
statically linked into every executable.  We plan to add support for them once
GHC is able to produce Windows DLLs.