From d24d870a912487400e1fe0f9afffa66962e22b5b Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Thu, 27 May 2004 14:04:32 +0000 Subject: [PATCH] Export UTF-xx input ports. --- v7/src/runtime/runtime.pkg | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/v7/src/runtime/runtime.pkg b/v7/src/runtime/runtime.pkg index 11e586743..eb59ed608 100644 --- a/v7/src/runtime/runtime.pkg +++ b/v7/src/runtime/runtime.pkg @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: runtime.pkg,v 14.484 2004/05/26 17:05:22 cph Exp $ +$Id: runtime.pkg,v 14.485 2004/05/27 14:04:32 cph Exp $ Copyright 1988,1989,1990,1991,1992,1993 Massachusetts Institute of Technology Copyright 1994,1995,1996,1997,1998,1999 Massachusetts Institute of Technology @@ -4524,12 +4524,19 @@ USA. guarantee-wide-string-index guarantee-wide-substring make-wide-string + open-utf16-be-input-string open-utf16-be-output-string + open-utf16-input-string + open-utf16-le-input-string open-utf16-le-output-string open-utf16-output-string + open-utf32-be-input-string open-utf32-be-output-string + open-utf32-input-string + open-utf32-le-input-string open-utf32-le-output-string open-utf32-output-string + open-utf8-input-string open-utf8-output-string open-wide-input-string open-wide-output-string -- 2.25.1