trivial diff: char.m: remove obsolete comment

Fergus Henderson fjh at cs.mu.OZ.AU
Tue May 12 06:08:41 AEST 1998


library/char.m:
	Delete an obsolete comment about not supporting 8-bit characters.

Index: char.m
===================================================================
RCS file: /home/mercury1/repository/mercury/library/char.m,v
retrieving revision 1.24
diff -u -u -r1.24 char.m
--- char.m	1998/01/23 12:33:13	1.24
+++ char.m	1998/05/11 20:05:45
@@ -14,9 +14,6 @@
 % Originally we used `character' rather than `char' for the type name
 % because `char' was used by NU-Prolog to mean something different.
 % But now we use `char' and the use of `character' is discouraged.
-%
-% NU-Prolog atoms can only include 7-bit ASCII chars, so the current
-% implementation does not support 8-bit characters.
 
 %-----------------------------------------------------------------------------%
 %-----------------------------------------------------------------------------%
-- 
Fergus Henderson <fjh at cs.mu.oz.au>  |  "I have always known that the pursuit
WWW: <http://www.cs.mu.oz.au/~fjh>  |  of excellence is a lethal habit"
PGP: finger fjh at 128.250.37.3        |     -- the last words of T. S. Garp.



More information about the developers mailing list