This is the mail archive of the guile-cvs@sourceware.cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

guile/guile-core/libguile Tag: jimb_mb_branch_ ...


CVSROOT:	/egcs/carton/guile-home/cvsfiles
Module name:	guile
Changes by:	jimb@egcs.cygnus.com	99/09/10 08:41:44

Modified files:
	guile-core/libguile: Tag: jimb_mb_branch_1 mbbasic.c 

Log message:
	* mbbasic.c (iso8859_read): Make the input pointers unsigned
	chars, not plain chars.  Don't use IS_ASCII_CHAR, even though it
	works, because that's for Guile characters.  Drop characters in
	the C1 control range (0x80 .. 0x9f).
	
	* mbbasic.c: Add support for the `US-ASCII' encoding.
	(us_ascii_read, us_ascii_write): New functions.
	(scm_init_mbbasic): Register it.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]