From ba6435f583296c1356fa6a4e126c705696d4758a Mon Sep 17 00:00:00 2001 From: qrczak Date: Wed, 28 Mar 2001 18:48:22 +0000 Subject: [PATCH] [project @ 2001-03-28 18:48:22 by qrczak] s/ISO-8879-1/ISO-8859-1/ --- ghc/docs/users_guide/vs_haskell.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/docs/users_guide/vs_haskell.sgml b/ghc/docs/users_guide/vs_haskell.sgml index 8c1e7af..9b46f6d 100644 --- a/ghc/docs/users_guide/vs_haskell.sgml +++ b/ghc/docs/users_guide/vs_haskell.sgml @@ -25,7 +25,7 @@ The limitations here are listed in Haskell-Report order (roughly). The Haskell report specifies that programs may be - written using Unicode. GHC only accepts the ISO-8879-1 + written using Unicode. GHC only accepts the ISO-8859-1 character set at the moment. -- 1.7.10.4