Change some uses of CString functions to CAString instead
authorMax Bolingbroke <batterseapower@hotmail.com>
Sun, 3 Apr 2011 21:36:39 +0000 (22:36 +0100)
committerMax Bolingbroke <batterseapower@hotmail.com>
Sun, 3 Apr 2011 21:39:10 +0000 (22:39 +0100)
commita8927d235f8189bcd05df3bc4c130a9a184672e4
tree1bbe450981060d905515e191f4da5e2aa38b20d0
parent4d3632720af9016d0099896d155e96b0957acd4b
Change some uses of CString functions to CAString instead

This prevents potential loops in future if we implement
FFI spec behaviour where the CString family use the locale encoding.
GHC/IO/Encoding/Iconv.hs
GHC/IO/Encoding/UTF16.hs