Re: UniCode

2001-10-08 Thread Ketil Malde
Dylan Thurston [EMAIL PROTECTED] writes: Right. In Unicode, the concept of a character is not really so useful; After reading a bit about it, I'm certainly confused. Unicode/ISO-10646 contains a lot of things that aren'r really one character, e.g. ligatures. most functions that

Re: Unicode

2001-10-08 Thread Kent Karlsson
- Original Message - From: Ketil Malde [EMAIL PROTECTED] To: Dylan Thurston [EMAIL PROTECTED] Cc: Andrew J Bromage [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Monday, October 08, 2001 9:02 AM Subject: Re: UniCode (The spelling is 'Unicode' (and none other).) Dylan

RE: what is :a

2001-10-08 Thread Simon Marlow
Who would tell, please, what is the real difference between :load and :add in ghci-5.02 ? There is a set of current target modules, call that set S. Then: :load M1..Mn=== S := { M1..Mn } :add M1..Mn=== S := S u { M1..Mn } In addition, :load unloads all currently