[project @ 2004-06-22 12:45:55 by ross]
authorross <unknown>
Tue, 22 Jun 2004 12:45:55 +0000 (12:45 +0000)
committerross <unknown>
Tue, 22 Jun 2004 12:45:55 +0000 (12:45 +0000)
commit1fac63ee84deab94a4263d4982e96c4ab8a8d9cb
treeab15c1392cd04d22b47ee60b23b8792036575547
parent039ccdae83b422d88a3570c843cfcfb3612f4821
[project @ 2004-06-22 12:45:55 by ross]
Change the interface (but not the implementation) to match the FFI spec:

* added charIsRepresentable, *CAString and *CWString

* currently (and in violation of the spec), fooCString = fooCAString

* The WString versions use UTF-16 under Windows and UTF-32 elsewhere
  (valid only if the compiler defines __STDC_ISO_10646__).
Foreign/C/String.hs