From: Chris Hanson Date: Wed, 25 Feb 2004 20:59:02 +0000 (+0000) Subject: Add name for BOM character. X-Git-Tag: 20090517-FFI~1667 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=f0524b50f15372b03978a998285970b0139f1bf6;p=mit-scheme.git Add name for BOM character. --- diff --git a/v7/src/runtime/char.scm b/v7/src/runtime/char.scm index c3ae40439..a9661aac2 100644 --- a/v7/src/runtime/char.scm +++ b/v7/src/runtime/char.scm @@ -1,9 +1,9 @@ #| -*-Scheme-*- -$Id: char.scm,v 14.24 2004/01/16 05:44:21 cph Exp $ +$Id: char.scm,v 14.25 2004/02/25 20:59:02 cph Exp $ Copyright 1986,1987,1988,1991,1995,1997 Massachusetts Institute of Technology -Copyright 1998,2001,2003 Massachusetts Institute of Technology +Copyright 1998,2001,2003,2004 Massachusetts Institute of Technology This file is part of MIT/GNU Scheme. @@ -350,7 +350,8 @@ USA. (#x1F #f "us" "backnext") (#x20 "space" "spc" "sp") (#x7F "delete" "del" "rubout") - (#xA0 "nbsp"))) + (#xA0 "nbsp") + (#xFEFF "bom"))) (define named-bits '((#x01 "M" "meta")